mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
routing to login page
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'my-app',
|
||||
styles: [''],
|
||||
template: `
|
||||
<div class="jumbotron text-center">
|
||||
<h1>The App Lives!</h1>
|
||||
<p>{{ message }}</p>
|
||||
</div>
|
||||
`,
|
||||
selector: 'app-root',
|
||||
styles: [],
|
||||
template: 'App<br /><router-outlet></router-outlet>',
|
||||
})
|
||||
export class AppComponent {
|
||||
message = 'This is the sample message.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user