Advertisement
Guest User

Untitled

a guest
May 27th, 2019
80
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.  
  3. import { FeatureRoutingModule } from './feature-routing.module';
  4.  
  5. @NgModule({
  6. imports: [ FeatureRoutingModule ],
  7. declarations: [ FeatureRoutingModule.components ] // Declare the references
  8. })
  9.  
  10. export class FeatureModule { }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement