0.13.7 • Published 2 years ago

ru-app-core v0.13.7

Weekly downloads
76
License
MIT
Repository
-
Last release
2 years ago

ru-app-core

Installation

npm i ru-app-core

Usage

Register the RuAppCoreModule in your app module.

import { RuAppCoreModule } from 'ru-app-core'

import { AppComponent } from './components/app.component';
import { SimpleService } from './services/simple.service';
import { RuAppCoreModule } from 'ru-app-core';

@NgModule({
   imports: [
       BrowserModule,
       BrowserAnimationsModule,
       HttpClientModule,
       RuAppCoreModule.forRoot()
   ],
   declarations: [
       AppComponent
   ],
   providers: [
       SimpleService
   ],
   bootstrap: [ AppComponent ]
})
export class AppModule { }
0.13.7

2 years ago

0.13.6

2 years ago

0.13.4

2 years ago

0.13.5

2 years ago

0.13.2

2 years ago

0.13.3

2 years ago

0.13.1

3 years ago

0.13.0

3 years ago

0.11.0

3 years ago

0.12.0

3 years ago

0.10.0

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago