mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
comment out 3D viewer temporanely
This commit is contained in:
@@ -4,7 +4,7 @@ import { FormsModule } from '@angular/forms';
|
|||||||
import { HttpModule } from '@angular/http';
|
import { HttpModule } from '@angular/http';
|
||||||
import { MatInputModule } from '@angular/material';
|
import { MatInputModule } from '@angular/material';
|
||||||
import { FlexLayoutModule } from '@angular/flex-layout';
|
import { FlexLayoutModule } from '@angular/flex-layout';
|
||||||
import { Editor3DModule } from 'ng2-3d-editor';
|
// import { Editor3DModule } from 'ng2-3d-editor';
|
||||||
import { ChartsModule } from 'ng2-charts';
|
import { ChartsModule } from 'ng2-charts';
|
||||||
|
|
||||||
import { AppConfigService, TRANSLATION_PROVIDER } from 'ng2-alfresco-core';
|
import { AppConfigService, TRANSLATION_PROVIDER } from 'ng2-alfresco-core';
|
||||||
@@ -79,7 +79,7 @@ import { routing } from './app.routes';
|
|||||||
MaterialModule,
|
MaterialModule,
|
||||||
ThemePickerModule,
|
ThemePickerModule,
|
||||||
FlexLayoutModule,
|
FlexLayoutModule,
|
||||||
Editor3DModule,
|
//Editor3DModule,
|
||||||
ChartsModule,
|
ChartsModule,
|
||||||
],
|
],
|
||||||
providers: [
|
providers: [
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<ng-container *ngIf="nodeId">
|
<ng-container *ngIf="nodeId">
|
||||||
<adf-viewer [fileNodeId]="nodeId">
|
<adf-viewer [fileNodeId]="nodeId">
|
||||||
<extension-viewer [supportedExtensions]="['obj','3DS']" #extension>
|
<!--<extension-viewer [supportedExtensions]="['obj','3DS']" #extension>-->
|
||||||
<ng-template let-urlFileContent="urlFileContent" let-extension="extension" >
|
<!--<ng-template let-urlFileContent="urlFileContent" let-extension="extension" >-->
|
||||||
<threed-viewer [urlFile]="urlFileContent" [extension]="extension" ></threed-viewer>
|
<!--<threed-viewer [urlFile]="urlFileContent" [extension]="extension" ></threed-viewer>-->
|
||||||
</ng-template>
|
<!--</ng-template>-->
|
||||||
</extension-viewer>
|
<!--</extension-viewer>-->
|
||||||
</adf-viewer>
|
</adf-viewer>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|||||||
Reference in New Issue
Block a user