SHARE
TWEET
Untitled
a guest
Dec 5th, 2017
66
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- import { BrowserModule } from '@angular/platform-browser';
- import { NgModule } from '@angular/core';
- import { AppComponent } from './app.component';
- import { NavbarComponent } from './navbar/navbar.component';
- import { GalleryComponent } from './gallery/gallery.component';
- import { ImageDetailComponent } from './image-detail/image-detail.component';
- import { SortPipe } from './sort.pipe';
- import { BrowserAnimationsModule} from "@angular/platform-browser/animations";
- @NgModule({
- declarations: [
- AppComponent,
- NavbarComponent,
- GalleryComponent,
- ImageDetailComponent,
- SortPipe,
- BrowserAnimationsModule
- ],
- imports: [
- BrowserModule
- ],
- providers: [],
- bootstrap: [AppComponent]
- })
- export class AppModule { }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
