1.1.0 • Published 8 years ago
@dlcs/ng v1.1.0
DLCS Angualr Adapator
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..