11import { ChangeDetectionStrategy , Component , CUSTOM_ELEMENTS_SCHEMA , input } from '@angular/core' ;
22import { Meta } from '@storybook/angular' ;
33import { NgtArgs } from 'angular-three' ;
4- import { NgtsHTML , NgtsHTMLContent , NgtsHTMLContentOptions , NgtsHTMLOptions } from 'angular-three-soba/misc' ;
4+ import { NgtsHTML , NgtsHTMLContentOptions , NgtsHTMLOptions } from 'angular-three-soba/misc' ;
55import { ColorRepresentation } from 'three' ;
66import { storyDecorators , storyFunction , storyObject , Turnable } from '../setup-canvas' ;
77
@@ -47,7 +47,7 @@ import { storyDecorators, storyFunction, storyObject, Turnable } from '../setup-
4747 ` ,
4848 schemas : [ CUSTOM_ELEMENTS_SCHEMA ] ,
4949 changeDetection : ChangeDetectionStrategy . OnPush ,
50- imports : [ NgtArgs , NgtsHTML , NgtsHTMLContent , Turnable ] ,
50+ imports : [ NgtArgs , NgtsHTML , Turnable ] ,
5151} )
5252class HtmlScene {
5353 color = input < ColorRepresentation > ( 'hotpink' ) ;
@@ -71,7 +71,7 @@ class HtmlScene {
7171 }
7272 ` ,
7373 changeDetection : ChangeDetectionStrategy . OnPush ,
74- imports : [ HtmlScene , NgtsHTML , NgtsHTMLContent ] ,
74+ imports : [ HtmlScene , NgtsHTML ] ,
7575} )
7676class HtmlTransformScene {
7777 htmlOptions = input ( { } as NgtsHTMLOptions ) ;
0 commit comments