Closed remkohdev closed 7 years ago
In the npm documentation to configure the @NgModule it says to
import { HttpClientInMemoryWebApiModule } from 'http-angular-in-memory-web-api';
but I believe the export class is 'from angular-in-memory-web-api'
Note: from http-angular... vs angular...
Good catch! Fixed in PR #147
In the npm documentation to configure the @NgModule it says to
import { HttpClientInMemoryWebApiModule } from 'http-angular-in-memory-web-api';
but I believe the export class is 'from angular-in-memory-web-api'
Note: from http-angular... vs angular...