Last active
October 25, 2018 19:57
-
-
Save LayZeeDK/62544108974e2c37f04634312d8f149a to your computer and use it in GitHub Desktop.
Heroes: Container component file structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heroes | |
├── heroes.component.css | |
├── heroes.component.html | |
├── heroes.component.spec.ts | |
├── heroes.component.ts | |
├── heroes.container.html | |
├── heroes.container.spec.ts | |
└── heroes.container.ts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment