0.0.18 • Published 6 years ago

@marcohern/ultimate-core v0.0.18

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

#Ultimate Core

Ultimate core contains the core models, services, behaviors and components that are required by all Ultimate dependencies. Any Ultimate module will very likely have Core as a dependency.

Ultimate Core contains the RequestService, a basic service that facilitates HTTP requests in an organized and flexible manner.

##Installation

Install Ultimate Core with the following command:

npm i @marcohern/ultimate-core --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 rxjs rxjs-compat --save

##Setup

Include the UltimateCoreModule to you app module.

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

At this point, you may use the RequestService and the base component behaviors.

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 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