UNPKG

ng2-page-transition

Version:

Simple Angular2 component that creates a page transition animation on route changes

11 lines 277 B
export default { entry: 'dist/ng2-page-transition.js', dest: 'dist/bundles/ng2-page-transition.umd.js', sourceMap: false, format: 'umd', moduleName: 'ng2-page-transition', globals: { '@angular/core': 'ng.core', '@angular/router': 'ng.router' } }