UNPKG

@compodoc/compodoc

Version:

The missing documentation tool for your Angular application

7 lines (6 loc) 161 B
export const DoNothingDirectiveSchema = { selector: '[donothing]', exportAs: 'donothing', standalone: true, hostDirectives: [BorderDirective] };