Skip to content

Commit

Permalink
chore(demo): add external stackblitz playground
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 18, 2024
1 parent 2af496b commit 69a3aca
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 91 deletions.
5 changes: 0 additions & 5 deletions projects/demo/src/modules/app/app.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1058,11 +1058,6 @@ export const ROUTES: Routes = [
loadComponent: async () => import('../components/animations'),
title: 'Animations',
}),
route({
path: DemoRoute.StackblitzStarter,
loadComponent: async () => import('./stackblitz/starter'),
title: 'Stackblitz Starter',
}),
route({
path: DemoRoute.MigrationGuide,
loadComponent: async () => import('../info/migration-guide'),
Expand Down
3 changes: 2 additions & 1 deletion projects/demo/src/modules/app/demo-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export const DemoRoute = {
Tokens: '/utils/tokens',
Pure: '/utils/pure',
Animations: '/animations',
StackblitzStarter: '/stackblitz',
StackblitzStarter:
'https://stackblitz.com/~/github.com/taiga-family/taiga-playground',
MigrationGuide: '/migration-guide',
} as const;
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import type {TuiCodeEditor} from '@taiga-ui/addon-doc';
import {PolymorpheusComponent} from '@taiga-ui/polymorpheus';

import {TsFileComponentParser} from '../classes';
import {StackblitzEditButton} from './edit';
import {StackblitzDepsService} from './stackblitz-deps.service';
import {AbstractTuiStackblitzResourcesLoader} from './stackblitz-resources-loader';
import {StackblitzEditButton} from './starter/stackblitz-edit';
import {appPrefix, getSupportFiles, prepareLess, prepareSupportFiles} from './utils';

const APP_COMP_META = {
Expand Down

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions projects/demo/src/modules/app/stackblitz/starter/index.html

This file was deleted.

8 changes: 0 additions & 8 deletions projects/demo/src/modules/app/stackblitz/starter/index.less

This file was deleted.

56 changes: 0 additions & 56 deletions projects/demo/src/modules/app/stackblitz/starter/index.ts

This file was deleted.

0 comments on commit 69a3aca

Please sign in to comment.