Skip to content

Instantly share code, notes, and snippets.

@rahulsahay19
Created May 25, 2019 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulsahay19/34509b2f5491744f3723642b346ea032 to your computer and use it in GitHub Desktop.
Save rahulsahay19/34509b2f5491744f3723642b346ea032 to your computer and use it in GitHub Desktop.
HomeComponent Sandbox
import { sandboxOf } from 'angular-playground';
import { HomeComponent } from './home.component';
export default sandboxOf(HomeComponent)
.add('Home Component', {
template: `<app-home></app-home>`
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment