Standalone app is working
This commit is contained in:
@@ -9,6 +9,7 @@ import { MatFormFieldModule } from '@angular/material/form-field';
|
||||
import { RouterLink } from '@angular/router';
|
||||
import { MatButtonModule } from '@angular/material/button';
|
||||
import { MatGridListModule } from '@angular/material/grid-list';
|
||||
import { NotificationsService } from 'src/app/services/notifications.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-layers-list',
|
||||
@@ -25,7 +26,8 @@ export class LayersListComponent implements OnInit {
|
||||
@ViewChild(MatSort) sort!: MatSort;
|
||||
|
||||
constructor(
|
||||
private _http: HttpClient
|
||||
private _http: HttpClient,
|
||||
private notifications$: NotificationsService
|
||||
) { }
|
||||
|
||||
async ngOnInit() {
|
||||
|
||||
Reference in New Issue
Block a user