简体   繁体   中英

Strongloop tutorial running error

I am going through the Strongloop documentation. In the tutorial Add a client app I followed the steps that are given. I am able to run the app with slc run without error. But when checked in the browser there is error that angular is not defined in app.js .

In case if I include angular.js from google ie just uncomment in app.js

<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.4/angular.min.js"></script>

There is error on browser:

Error: [$injector:modulerr] .....

So what could have gone wrong?

The example is outdated, we have a new tutorial here: https://github.com/strongloop/loopback-getting-started . Let me know if that helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM