Skip to content

Commit e408338

Browse files
author
David Bonachera
authored
Update README.md
Added missing imports
1 parent f847879 commit e408338

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)