Guest User

Untitled

a guest
Aug 14th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. import { NgModule } from '@angular/core';
  2. import { LoadingModule } from 'ngx-loading';
  3. import { LayoutService } from './services/layout.service';
  4.  
  5. @NgModule({
  6. exports: [
  7. LoadingModule
  8. ],
  9. providers: [
  10. LayoutService
  11. ]
  12. })
  13. export class CoreModule { }
Add Comment
Please, Sign In to add comment