Skip to content

Commit 0219647

Browse files
authored
Merge pull request #13 from davidbonachera/patch-1
Update README.md
2 parents f847879 + e408338 commit 0219647

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,8 @@ export class AppModule {
804804
This changes need for AoT compiler functions calls should be out of metadata.
805805

806806
````javascript
807+
import { NgModule } from '@angular/core';
808+
import { Http } from '@angular/http';
807809
import { RestangularModule } from 'ng2-restangular';
808810

809811
export function configFunc (RestangularProvider, http) {

0 commit comments

Comments
 (0)