0.0.18 • Published 5 years ago

@marcohern/ultimate-core v0.0.18

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

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

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