The Decorators must come directly before an exported class for example:
@Component({
...
})
export class someComponent{}
this goes the same for @Pipe @Directive @Injectable and @NgModule
The Decorators must come directly before an exported class for example:
@Component({
...
})
export class someComponent{}
this goes the same for @Pipe @Directive @Injectable and @NgModule