UNPKG

154 BPlain TextView Raw
1export namespace Decorators {
2 export const component = '@Component';
3 export const injectable = '@Injectable';
4 export const ngModule = '@NgModule';
5}
\No newline at end of file