import { ChangeDetectionStrategy, Component } from '@angular/core'; @Component({ selector: 'ngd-hero', styleUrls: ['./hero.component.scss'], template: `

Nebular: Customizable UI Kit, Auth & Security

Get Started Demo
35+

Angular Components

4

Visual themes

3

Auth strategies

Security

`, changeDetection: ChangeDetectionStrategy.OnPush, }) export class NgdHeroComponent { }