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

Commit

Permalink
chore: remove progress circular demo for now
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Dec 16, 2015
1 parent 1885f11 commit 781ec2b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 112 deletions.
2 changes: 0 additions & 2 deletions examples/all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import ButtonBasicUsage from './components/button/basic_usage';
import CardActionButtons from './components/card/action_buttons';
import ToolbarBasicUsage from './components/toolbar/basic_usage';
import ToolbarScrollShrink from './components/toolbar/scroll_shrink';
import ProgressCircularBasicUsage from './components/progress_circular/basic_usage';
import ProgressLinearBasicUsage from './components/progress_linear/basic_usage';
import RadioBasicUsage from './components/radio/basic_usage';
import SwitchBasicUsage from './components/switch/basic_usage';
Expand All @@ -28,7 +27,6 @@ export const DEMO_DIRECTIVES: Type[] = CONST_EXPR([
RadioBasicUsage,
SwitchBasicUsage,
ToolbarBasicUsage, ToolbarScrollShrink,
ProgressCircularBasicUsage,
ProgressLinearBasicUsage
// --=> EXAMPLES_EXPORT_END
]);
Expand Down
58 changes: 0 additions & 58 deletions examples/components/progress_circular/basic_usage.html

This file was deleted.

52 changes: 0 additions & 52 deletions examples/components/progress_circular/basic_usage.ts

This file was deleted.

0 comments on commit 781ec2b

Please sign in to comment.