MCPcopy Create free account
hub / github.com/IsAvaible/AngularModUpdater / constructor

Method constructor

src/app/app.component.ts:23–26  ·  view source on GitHub ↗
(
    private meta: Meta,
    private titleService: Title
  )

Source from the content-addressed store, hash-verified

21 title = 'Minecraft Mod Updater';
22
23 constructor(
24 private meta: Meta,
25 private titleService: Title
26 ) {}
27
28 ngOnInit() {
29 this.titleService.setTitle(this.title);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected