angular - What is component level Module in Ionic 2 -


i scaffolded ionic2 starter , generated page using -

ionic generate page login 

what see is, in log-in folder new file log-in.module.ts , has line method named forchild() (see attached image)

enter image description here

the forchild() method marked error in vs code editor.

my questions are:

1: module ?

2: error in code not allow me correctly compile app unless comment line out. how solve ?

please help.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -