-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHIBUI-1062 Updated path for new user request, added notifications
- Loading branch information
Showing
7 changed files
with
47 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,10 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { LoadRoleRequest } from '../core/action/configuration.action'; | ||
|
||
import * as fromRoot from '../app.reducer'; | ||
import { Store } from '@ngrx/store'; | ||
import { LoadAdminRequest } from './action/collection.action'; | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'admin-page', | ||
templateUrl: './admin.component.html', | ||
styleUrls: [] | ||
}) | ||
export class AdminComponent implements OnInit { | ||
constructor( | ||
private store: Store<fromRoot.State> | ||
) { } | ||
|
||
ngOnInit(): void { | ||
this.store.dispatch(new LoadAdminRequest()); | ||
} | ||
export class AdminComponent { | ||
constructor() { } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters