0.0.10 • Published 6 years ago

@marcohern/ultimate-core-ui v0.0.10

Weekly downloads
-
License
-
Repository
-
Last release
6 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

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago