Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2801

Re: failed to load 'sap/ui/demo/Component.js' from ./Component.js

$
0
0

How did you name the Component.js and your router in your files? I think it should be:

 

jQuery,sap.declare("sap.ui.demo.Component");

sap.ui.core.UIComponent.extend("sap.ui.demo.Component", {

 

//class comes here

 

}

 

Same for the router.


Viewing all articles
Browse latest Browse all 2801

Trending Articles