Hi friends.
I’m new here and beginner with this framework. I’m creating a application and using router, but my application return this error. “Unable to find module with ID: home/index”.
My scr folder has the following structure.
-src
----home
--------index.js
--------index.html
----app.js
----app.html
And my app.js
config.map([
{ route: [’’, ‘home’], name: ‘home’, moduleId: ‘home/index’, nav: true, title: ‘Home’ },
{ route: ‘users’, name: ‘users’, moduleId: ‘users/index’, nav: true, title: ‘Users’ }
]);
I followed the following step by step and got the same error.
I am Brazilian, I apologize for any mistake in writing in English.
Thank you for any help.