UNPKG

@nebular/theme

Version:
9 lines 248 B
import { Directive } from '@angular/core'; export class NbSuffixDirective { } NbSuffixDirective.decorators = [ { type: Directive, args: [{ selector: '[nbSuffix]', },] } ]; //# sourceMappingURL=suffix.directive.js.map