master
Igor Kulikov 6 years ago
parent 3ff2c79491
commit 357fbb5247

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,5 +1,5 @@
import { FcModelService } from './model.service';
import { FcRectBox } from 'ngx-flowchart-dev';
import { FcRectBox } from './ngx-flowchart.models';
import scrollparent from './scrollparent';
interface Rectangle {

@ -11,7 +11,12 @@
"lib": [
"dom",
"es2018"
],
"paths": {
"@angular/*": [
"./node_modules/@angular/*"
]
}
},
"angularCompilerOptions": {
"annotateForClosureCompiler": true,

Loading…
Cancel
Save