ngx-smart-modal-2
Version:
Smart modal handler to manage modals and data everywhere in Angular apps.
38 lines • 967 B
JSON
{
"compilerOptions": {
"rootDir": ".",
"baseUrl": ".",
"paths": {
"@angular/*": [
"node_modules/@angular/*"
]
},
"outDir": "dist",
"declaration": true,
"strict": true,
"moduleResolution": "node",
"module": "es2015",
"target": "es2015",
"lib": [
"es2015",
"dom"
],
"skipLibCheck": true,
"types": [],
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"sourceMap": true,
"inlineSources": true
},
"files": [
"public_api.ts",
"node_modules/zone.js/dist/zone.js.d.ts"
],
"angularCompilerOptions": {
"skipTemplateCodegen": true,
"annotateForClosureCompiler": true,
"strictMetadataEmit": true,
"flatModuleOutFile": "ngx-smart-modal.js",
"flatModuleId": "ngx-smart-modal"
}
}