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