Skip to content

Commit 9099587

Browse files
committed
switched to bad lib
1 parent 5cb9db0 commit 9099587

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

projects/app/src/app/app.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component } from '@angular/core';
2-
import {RandomService} from 'good-lib';
2+
import {RandomService} from 'bad-lib';
33

44
@Component({
55
selector: 'app-root',

projects/app/src/app/app.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { BrowserModule } from '@angular/platform-browser';
33

44
import { AppRoutingModule } from './app-routing.module';
55
import { AppComponent } from './app.component';
6-
import { RandomModule } from 'good-lib';
6+
import { RandomModule } from 'bad-lib';
77

88
@NgModule({
99
declarations: [

projects/app/src/app/route-one/route-one.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { CommonModule } from '@angular/common';
33

44
import { RouteOneRoutingModule } from './route-one-routing.module';
55
import { RouteOneComponent } from './route-one.component';
6-
import { TableModule } from 'good-lib/grid';
6+
import { TableModule } from 'bad-lib';
77

88
@NgModule({
99
declarations: [

0 commit comments

Comments
 (0)