Skip to content

Commit

Permalink
chore: fix stackblitz types
Browse files Browse the repository at this point in the history
  • Loading branch information
simplejason committed Jun 10, 2022
1 parent f1d5abc commit 32eefd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/site/_site/doc/app/online-ide/online-ide.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { DOCUMENT } from '@angular/common';
import { Inject, Injectable } from '@angular/core';

import sdk from '@stackblitz/sdk';
import { ProjectTemplate } from '@stackblitz/sdk/typings/interfaces';
import { getParameters } from 'codesandbox/lib/api/define';
import { VERSION } from 'ng-zorro-antd/version';

Expand All @@ -17,7 +18,7 @@ import polyfillTS from './files/polyfill';
})
export class OnlineIdeService {
document: Document;
template = 'angular-cli';
template: ProjectTemplate = 'angular-cli';
dependencies = {
'@angular/animations': '^13.0.1',
'@angular/cdk': '^13.0.1',
Expand Down

0 comments on commit 32eefd1

Please sign in to comment.