MCPcopy Create free account
hub / github.com/PatrickJS/NG6-starter / constructor

Method constructor

generator/component/temp.controller.js:2–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1class <%= upCaseName %>Controller {
2 constructor() {
3 this.name = '<%= name %>';
4 }
5}
6
7export default <%= upCaseName %>Controller;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected