File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- < app-nx-welcome > </ app-nx-welcome > < router-outlet > </ router-outlet >
1+ < h2 > App One</ h2 >
2+ < lib-ui-label > </ lib-ui-label >
3+ < router-outlet > </ router-outlet >
Original file line number Diff line number Diff line change 11import { Component } from '@angular/core' ;
22import { RouterModule } from '@angular/router' ;
33import { NxWelcomeComponent } from './nx-welcome.component' ;
4+ import { UiLabelComponent } from '@angular-mfe-nx/ui' ;
45
56@Component ( {
67 standalone : true ,
7- imports : [ NxWelcomeComponent , RouterModule ] ,
8+ imports : [ RouterModule , UiLabelComponent ] ,
89 selector : 'app-root' ,
910 templateUrl : './app.component.html' ,
1011 styleUrl : './app.component.scss' ,
Original file line number Diff line number Diff line change 11import { Component } from '@angular/core' ;
22import { RouterModule } from '@angular/router' ;
33import { NxWelcomeComponent } from './nx-welcome.component' ;
4+ import { UiButtonComponent , UiLabelComponent } from '@angular-mfe-nx/ui' ;
45
56@Component ( {
67 standalone : true ,
7- imports : [ NxWelcomeComponent , RouterModule ] ,
8+ imports : [ RouterModule ] ,
89 selector : 'app-root' ,
910 templateUrl : './app.component.html' ,
1011 styleUrl : './app.component.scss' ,
You can’t perform that action at this time.
0 commit comments