mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
stubbing out some layout
This commit is contained in:
@@ -11,10 +11,7 @@ import { Router } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
styles: [],
|
||||
template: `
|
||||
<toaster-container [toasterconfig]="toasterConfig"></toaster-container>
|
||||
<router-outlet></router-outlet>`,
|
||||
templateUrl: 'app.component.html',
|
||||
})
|
||||
export class AppComponent {
|
||||
toasterConfig: ToasterConfig = new ToasterConfig({
|
||||
|
||||
Reference in New Issue
Block a user