init commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { PageTopComponent } from './page-top.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule
|
||||
],
|
||||
declarations: [PageTopComponent],
|
||||
exports: [PageTopComponent]
|
||||
})
|
||||
export class PageTopModule { }
|
||||
Reference in New Issue
Block a user