src/app/core/layout/navbar/navbar-notifications/navbar-notifications.component.ts
selector | bgui-navbar-notifications |
standalone | true |
imports |
CommonModule
|
styleUrls | ./navbar-notifications.component.scss |
templateUrl | ./navbar-notifications.component.html |
import { Component } from '@angular/core';
import { CommonModule } from '@angular/common';
@Component({
selector: 'bgui-navbar-notifications',
standalone: true,
imports: [CommonModule],
templateUrl: './navbar-notifications.component.html',
styleUrls: ['./navbar-notifications.component.scss']
})
export class NavbarNotificationsComponent {
}
<p>navbar-notifications works!</p>
./navbar-notifications.component.scss