title | description |
---|---|
Miscellaneous |
Some other utils for you |
Enables a class to participate in Dependency Injection
Use this on data members to show them on the playground. See this.
Renders the class and the data it's marked with @Show
as a table. See this.
The columns that should be rendered
Renders the class and the data it's marked with @Show
as a collection. See this.
Renders the class and the data it's marked with @Show
as a key-value pair. See this.
There are 4 auto templates, ready to go as soon as start typing:
Creates an @Injectable
class
Creates an @Injectable
class with a type and a table view.
Creates an @Injectable
class with a type and a collection view.
Creates an @Injectable
class with a type and a key-value view.