mirror of
https://github.com/Raghu-Ch/weirdbeard.life.git
synced 2026-02-10 12:43:01 -05:00
Add basic routing & angular material, upgrade CLI version
This commit is contained in:
16
src/app/pagenotfound/pagenotfound.component.ts
Normal file
16
src/app/pagenotfound/pagenotfound.component.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'wb-pagenotfound',
|
||||
template: `
|
||||
<p>
|
||||
<md-icon class="warning">warning</md-icon><span class="spacer">Page not found!</span>
|
||||
</p>
|
||||
`,
|
||||
styles: [`
|
||||
.warning { font-size: 30px;}
|
||||
.spacer { margin-left: 10px;}
|
||||
`
|
||||
]
|
||||
})
|
||||
export class PageNotFoundComponent { }
|
||||
Reference in New Issue
Block a user