Skip to content

Commit

Permalink
chore(module:*): fix stackblitz type (#7506)
Browse files Browse the repository at this point in the history
  • Loading branch information
hullis committed Jun 15, 2022
1 parent 50241c7 commit a9d4bb0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ import polyfillTS from './files/polyfill';
})
export class OnlineIdeService {
document: Document;
template = 'angular-cli';
template = 'angular-cli' as const;
dependencies = {
'@angular/animations': '^13.0.1',
'@angular/cdk': '^13.0.1',
Expand Down

0 comments on commit a9d4bb0

Please sign in to comment.