0.0.10 • Published 5 years ago

@marcohern/ultimate-core-ui v0.0.10

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

#Ultimate Core UI

Ultimate Core UI contains UI elements that use Core funtionality.

##Installation

Install Ultimate Core UI with the following command:

npm i @marcohern/ultimate-core-ui --save

Note: Recent versions of npm will not download dependencies automatically as it used to... because excuses. The following command includes all dependencies to install and download. Run the following command for a safer bet.

npm i @marcohern/ultimate-core-ui @marcohern/ultimate-core rxjs rxjs-compat --save

##Setup

Include the UltimateCoreUiModule to you app module.

import { UltimateCoreUiModule } from '@marcohern/ultimate-core';
...
@NgModule({
    imports: [..., UltimateCoreUiModule]
})
export class AppModule {}

At this point, you may include any of the availabel components.

0.0.10

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago