UNPKG

ng2-page-transition

Version:

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

25 lines 594 B
{ "compilerOptions": { "baseUrl": ".", "module": "es2015", "target": "es5", "experimentalDecorators": true, "sourceMap": true, "outDir": "dist", "moduleResolution": "node", "declaration": true, "stripInternal": true, "skipLibCheck": true, "paths": { "@angular/core": ["node_modules/@angular/core"], "@angular/router": ["node_modules/@angular/router"] }, "lib":["es6","dom", "es2015"] }, "files": [ "./ng2-page-transition.ts" ], "angularCompilerOptions": { "strictMetadataEmit": true } }