@onega-ui/core
v0.3.0
Published
Core library for creating Angular components and applications using Onega UI
Downloads
5
Maintainers
Readme
@onega-ui/core
Installation
$ yarn add @onega-ui/coreHow to start
import { CoreModule } from '@onega-ui/core';
@NgModule({
...
imports: [
...
CoreModule.forRoot({ apiUri:'/api', wsUri:'/ws' }),
],
...
})Community
💡 Your ideas are very welcome in GitHub issues or discussions
License
BSD-3-Clause License. See the LICENSE file for details.
