Skip to content

Commit 9b7db1c

Browse files
committed
rename module
1 parent a0cb75a commit 9b7db1c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/app.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core';
22

33
import { AppComponent } from './app.component';
4-
import { AngularNodeguiLibModule } from '../lib/angular-nodegui-lib.module';
4+
import { NodeguiLibModule } from '../lib/angular-nodegui-lib.module';
55

66
@NgModule({
77
declarations: [AppComponent],
8-
imports: [AngularNodeguiLibModule],
8+
imports: [NodeguiLibModule],
99
providers: [],
1010
bootstrap: [AppComponent],
1111
schemas: [NO_ERRORS_SCHEMA]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ export class NodeguiErrorHandler implements ErrorHandler {
3030
{ provide: ErrorHandler, useClass: NodeguiErrorHandler }
3131
]
3232
})
33-
export class AngularNodeguiLibModule {}
33+
export class NodeguiLibModule {}

0 commit comments

Comments
 (0)