0.13.7 • Published 12 months ago

ru-app-core v0.13.7

Weekly downloads
76
License
MIT
Repository
-
Last release
12 months 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

12 months ago

0.13.6

1 year ago

0.13.4

1 year ago

0.13.5

1 year ago

0.13.2

1 year ago

0.13.3

1 year ago

0.13.1

2 years ago

0.13.0

2 years ago

0.11.0

2 years ago

0.12.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago