Missing with no obvious replacement NgtTriple - ```js position = [0, 0, 0] as NgtTriple` ``` Radian Pipe - ```js item.rotation | radian ``` Ready Event - ```js (ready)="meshready($event)" ``` Value of local variable -instance is no ```js <ngt-mesh #inst (click)="click(inst.instance.value)" > ``` No documentation for NgtLoader ```js constructor(private loader: NgtLoader) { } const s = this.loader.use(TextureLoader, newvalue).subscribe(next => { this.texture = next; }, () => { }, () => { s.unsubscribe(); } ); ```