mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 05:43:03 -05:00
refactor: move libs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { TableComponent } from '@angular-challenges/angular/di';
|
||||
import { AsyncPipe, NgFor } from '@angular/common';
|
||||
import { Component, Directive } from '@angular/core';
|
||||
import { TableComponent } from 'angular-master-dependency-injection';
|
||||
import { CurrencyPipe } from './currency.pipe';
|
||||
import { CurrencyService } from './currency.service';
|
||||
import { Product, products } from './product.model';
|
||||
|
||||
Reference in New Issue
Block a user