mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 06:13:03 -05:00
feat(challenge7): reorganisation
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { APP_INITIALIZER, enableProdMode, inject } from '@angular/core';
|
||||
import { bootstrapApplication } from '@angular/platform-browser';
|
||||
import { of } from 'rxjs';
|
||||
import { PushService } from '../../../libs/ngrx-notification/backend/src/lib/push.service';
|
||||
import { AppComponent } from './app/app.component';
|
||||
import { PushService } from './app/backend/push.service';
|
||||
import { NotificationService } from './app/data-access/notification.service';
|
||||
import { environment } from './environments/environment';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user