1.1.0 • Published 6 years ago

@dlcs/ng v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

DLCS Angualr Adapator

status npm

Angular Adaptor for Deus Legem Creation System.

import { AngularMessageService, AngularResourceManagerService, AngularMemoryCacheService } from '@dlcs/ng';

@NgModule({
    providers: [
        AngularMessageService,
        AngularMemoryCacheService,
        AngularResourceManagerService
    ]
})
export class AppModule { }

Use AngularMessageService instead of MessageService and AngularResourceManagerService instead of ResourceManager and etc., they have same apis and an extra raw field to access raw MessageService or etc..