added binging between directive and parent component
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Point } from './point.model';
|
||||
|
||||
export interface Config {
|
||||
width: Number;
|
||||
height: Number;
|
||||
width: number;
|
||||
height: number;
|
||||
start: Point;
|
||||
end: Point;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user