Skip to content

Instantly share code, notes, and snippets.

@henryruhs
Created January 12, 2020 18:30
Show Gist options
  • Save henryruhs/1b628bae4564904c9747325decae5191 to your computer and use it in GitHub Desktop.
Save henryruhs/1b628bae4564904c9747325decae5191 to your computer and use it in GitHub Desktop.
import { HttpClientModule } from '@angular/common/http';
import { NgModule } from '@angular/core';
import { CrudModule } from 'ngx-crud';
@NgModule(
{
imports:
[
CrudModule,
HttpClientModule
]
})
export class AppModule
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment