ng-component-inline invalid
cgatian opened this issue · 2 comments
cgatian commented
Snippet: ng-component-inline
Description: This snippet produces extra characters :void {}
within the class. Looks like the ngOnInit
is missing from the signature.
Current Output:
@Component({
selector: 'app-name',
template: ``,
styles: [``]
})
export class NameComponent implements OnInit {
constructor() { }
: void { }
}
BeastCode commented
I added ngOnInit... not sure where it went.
BeastCode commented
Thanks Chaz! It's been published.