0.0.4 • Published 3 years ago

alpha-safety-core v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

AlphaSafetyCore

import

After installation import:

@NgModule({
    imports: [
        AlphaSafetyCoreModule.forRoot({ isProduction: environment.production }), 
    ]
})

Use settings

    constructor(
        private _settingsService: SettingsService,
    ) {

    public someMethod() {
        const url = this._settingsService.settings.backendURL
    }