Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
chore(repo): adjust attribute generator
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Apr 25, 2022
1 parent acc4c99 commit 6157b5d
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
// GENERATED
import {
AnyFunction,
<%= makeFunction %>,
NGT_INSTANCE_FACTORY,
NgtInstance,
NgtStore,
provideInstanceRef,
<%= inputType %>
} from '@angular-three/core';
import {
ChangeDetectionStrategy,
Component,
Inject,
Input,
NgModule,
NgZone,
Optional,
SkipSelf,
} from '@angular/core';
import * as THREE from 'three';
import type { Subscription } from 'rxjs';
import * as THREE from 'three';

@Component({
selector: 'ngt-<%= fileName %>[<%= propertyName %>]',
Expand Down

0 comments on commit 6157b5d

Please sign in to comment.