README
Belatrix Angular Framework - Core
Install
npm install --save @belatrix/core
Configuration
import { CoreModule } from '@belatrix/core';
@NgModule({
declarations: [ ... ],
imports: [
...,
CoreModule
],
bootstrap: [ ... ]
})
export class AppModule { }
Directives
- Autofocus
- Ellipsis
Services
- DomHandler
- WindowService