@thanh_ho_lcf_36 wrote:
I defined the null Node by this statement (context: Angular):
let selectedNode: go.Node = null;
The message I see by the VS Code: Type ‘null’ is not assignable to type ‘Node’.What is the right way to define the null Node
Posts: 1
Participants: 1