File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { Component } from '@angular/core' ;
2
- import { RandomService } from 'good -lib' ;
2
+ import { RandomService } from 'bad -lib' ;
3
3
4
4
@Component ( {
5
5
selector : 'app-root' ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
3
3
4
4
import { AppRoutingModule } from './app-routing.module' ;
5
5
import { AppComponent } from './app.component' ;
6
- import { RandomModule } from 'good -lib' ;
6
+ import { RandomModule } from 'bad -lib' ;
7
7
8
8
@NgModule ( {
9
9
declarations : [
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { CommonModule } from '@angular/common';
3
3
4
4
import { RouteOneRoutingModule } from './route-one-routing.module' ;
5
5
import { RouteOneComponent } from './route-one.component' ;
6
- import { TableModule } from 'good -lib/grid ' ;
6
+ import { TableModule } from 'bad -lib' ;
7
7
8
8
@NgModule ( {
9
9
declarations : [
You can’t perform that action at this time.
0 commit comments