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

Commit

Permalink
fix(core): adjust attributes import list
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Apr 25, 2022
1 parent 6157b5d commit f011544
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 64 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
// GENERATED
import {
AnyFunction,
makeColor,
NGT_INSTANCE_FACTORY,
NgtInstance,
NgtStore,
provideInstanceRef,
NgtColor,
} 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-color[color]',
Expand Down
9 changes: 1 addition & 8 deletions libs/core/attributes/src/lib/fog-attribute/fog-attribute.ts
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
// GENERATED
import {
AnyFunction,
make,
NGT_INSTANCE_FACTORY,
NgtInstance,
NgtStore,
provideInstanceRef,
NgtFog,
} 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-fog[fog]',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
// GENERATED
import {
AnyFunction,
make,
NGT_INSTANCE_FACTORY,
NgtInstance,
NgtStore,
provideInstanceRef,
NgtFogExp2,
} 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-fog-exp2[fogExp2]',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
// GENERATED
import {
AnyFunction,
make,
NGT_INSTANCE_FACTORY,
NgtInstance,
NgtStore,
provideInstanceRef,
NgtMatrix3,
} 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-matrix3[matrix3]',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
// GENERATED
import {
AnyFunction,
make,
NGT_INSTANCE_FACTORY,
NgtInstance,
NgtStore,
provideInstanceRef,
NgtMatrix4,
} 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-matrix4[matrix4]',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
// GENERATED
import {
AnyFunction,
makeVector2,
NGT_INSTANCE_FACTORY,
NgtInstance,
NgtStore,
provideInstanceRef,
NgtVector2,
} 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-vector2[vector2]',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
// GENERATED
import {
AnyFunction,
makeVector3,
NGT_INSTANCE_FACTORY,
NgtInstance,
NgtStore,
provideInstanceRef,
NgtVector3,
} 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-vector3[vector3]',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
// GENERATED
import {
AnyFunction,
makeVector4,
NGT_INSTANCE_FACTORY,
NgtInstance,
NgtStore,
provideInstanceRef,
NgtVector4,
} 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-vector4[vector4]',
Expand Down

0 comments on commit f011544

Please sign in to comment.