Skip to content

Instantly share code, notes, and snippets.

View quoc-modoro's full-sized avatar

Quốc MODORO quoc-modoro

View GitHub Profile
@quoc-modoro
quoc-modoro / app-routing.animation.ts
Created July 19, 2018 10:52 — forked from jsdevtom/app-routing.animation.ts
Fade out angular 2 loading page/ Fade in first angular 2 component
import {
trigger,
state,
style,
animate,
transition
} from '@angular/animations';
import { AnimationEntryMetadata } from "@angular/core";