I can use Spline (https://spline.design) in my Angular project using Code Export, but non-step Scroll supposedly only works with the viewer.
import { SplineViewer } from '@splinetool/viewer';
and
imports: [SplineViewer],
Show an error popper "Component imports must be standalone components, directives, pipes, or must be NgModules.(-992012)"
Will there be native support for Angular? Does anyone know how to use Spline Viewer in Angular?
I tried making a separate component for SplineViewer and import it there, but, makes sense, SplineViewer still wasn’t a standalone component.
Nikita Smirnov is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.