src/app/about/compodoc/compodoc.component.ts
The compodoc component
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | compodoc |
| standalone | true |
| templateUrl | ./compodoc.component.html |
No results matching.
import { Component } from '@angular/core';
/**
* The compodoc component
*/
@Component({
selector: 'compodoc',
templateUrl: './compodoc.component.html'
})
export class CompodocComponent {
}
<span>Compodoc is a great Angular documentation tool : <a href="https://github.com/compodoc/compodoc" target="_blank">Github repository</a></span>