test: fix existing tests by removing usage of obsolete stuff like component level directives, AsyncCompleter and TestComponentBuilder
This commit is contained in:
@ -57,6 +57,6 @@ export class HelloCmp {
|
||||
changeGreeting(): void { this.greeting = 'howdy'; }
|
||||
}
|
||||
|
||||
@NgModule({bootstrap: [HelloCmp], declarations: [HelloCmp, RedDec], imports: [BrowserModule]})
|
||||
@NgModule({declarations: [HelloCmp, RedDec], bootstrap: [HelloCmp], imports: [BrowserModule]})
|
||||
class ExampleModule {
|
||||
}
|
||||
|
Reference in New Issue
Block a user