Commit 357fbb52 authored by Igor Kulikov's avatar Igor Kulikov

Fix

parent 3ff2c794
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
import { FcModelService } from './model.service'; import { FcModelService } from './model.service';
import { FcRectBox } from 'ngx-flowchart-dev'; import { FcRectBox } from './ngx-flowchart.models';
import scrollparent from './scrollparent'; import scrollparent from './scrollparent';
interface Rectangle { interface Rectangle {
......
...@@ -11,7 +11,12 @@ ...@@ -11,7 +11,12 @@
"lib": [ "lib": [
"dom", "dom",
"es2018" "es2018"
] ],
"paths": {
"@angular/*": [
"./node_modules/@angular/*"
]
}
}, },
"angularCompilerOptions": { "angularCompilerOptions": {
"annotateForClosureCompiler": true, "annotateForClosureCompiler": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment