File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
projects/bundle-test/src/app Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11<!-- Toolbar -->
22< div role ="banner ">
3- < router-outlet > </ router-outlet >
3+ < igx-chip [resourceStrings] ="chipStrings "> Chip</ igx-chip >
4+ <!-- <router-outlet></router-outlet> -->
45</ div >
56
Original file line number Diff line number Diff line change 11import { Component } from '@angular/core' ;
2+ import { ChipResourceStringsBG } from 'igniteui-angular-i18n' ;
23
34@Component ( {
45 selector : 'app-root' ,
56 templateUrl : './app.component.html' ,
67 styleUrls : [ './app.component.scss' ]
78} )
89export class AppComponent {
10+ protected chipStrings = ChipResourceStringsBG ;
911}
Original file line number Diff line number Diff line change @@ -2,15 +2,17 @@ import { NgModule } from '@angular/core';
22import { BrowserModule } from '@angular/platform-browser' ;
33
44import { AppComponent } from './app.component' ;
5- import { AppRoutingModule } from './app-routing.module' ;
5+ // import { AppRoutingModule } from './app-routing.module';
6+ import { IgxChipsModule } from 'igniteui-angular' ;
67
78@NgModule ( {
89 declarations : [
910 AppComponent
1011 ] ,
1112 imports : [
1213 BrowserModule ,
13- AppRoutingModule
14+ // AppRoutingModule,
15+ IgxChipsModule
1416 ] ,
1517 providers : [ ] ,
1618 bootstrap : [ AppComponent ]
You can’t perform that action at this time.
0 commit comments