0"> + The app has {{totalSandboxes}} sandboxed component{{totalSandboxes > 1 ? 's' : ''}} loaded. +
++ The app does not have any sandboxed components. +
++ Pick sandboxed components: ctrl + o or F1 +
diff --git a/dev/example-app-angular-cli/src/app/shared/person-bio.component.sandbox.ts b/dev/example-app-angular-cli/src/app/shared/person-bio.component.sandbox.ts
deleted file mode 100644
index c7291508..00000000
--- a/dev/example-app-angular-cli/src/app/shared/person-bio.component.sandbox.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-import { PersonBioComponent } from './person-bio.component';
-import { sandboxOf } from 'angular-playground';
-
-export default sandboxOf(PersonBioComponent, {prependText:'shared.'})
- .add('no message', {
- template:`