added library project
This commit is contained in:
10
projects/nls-guilloche/src/lib/nls-guilloche.module.ts
Normal file
10
projects/nls-guilloche/src/lib/nls-guilloche.module.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { NlsGuillocheComponent } from './nls-guilloche.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
],
|
||||
declarations: [NlsGuillocheComponent],
|
||||
exports: [NlsGuillocheComponent]
|
||||
})
|
||||
export class NlsGuillocheModule { }
|
||||
Reference in New Issue
Block a user