Added angular website, with login, registration & searching.
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
@if (this.visible()) {
|
||||
<p [class.info]="level() == 'info'"
|
||||
[class.warning]="level() == 'warning'"
|
||||
[class.error]="level() == 'error'">{{this.message()}}</p>
|
||||
}
|
Reference in New Issue
Block a user