init commit

This commit is contained in:
zhouyuejun
2018-10-26 11:33:25 +08:00
commit bec3bb9137
106 changed files with 29628 additions and 0 deletions
@@ -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 { }