Hello! I have a simple Angular 2 project, but I dont want to use later with npm. Do u know any decision to start a project in this way:
Thanks. |
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/D9-Wh0NjMSY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"start": "webpack:w",
"webpack:w":"webpack -w"
Send your tsconfig.
Sorry... I meant package.json.
You must be running an old version of node. Like it says in the error, you need to enable strict mode. You do that by adding "use strict"; (with quotes and semicolon) to the top of the file.
Yep. It's watching for file changes and if anything changes, it will automatically recompile.
Now you need to reference the two files in your index.html (vendor.js first!) and you should be good.
Remove all but the vendor and main scripts (though I thought you said it was "app" not main?). The vendor script must come first.
Nope..
Sorry... I meant package.json.
To unsubscribe from this group and stop receiving emails from it, send an email to <a re
From here on, you're going to need to rely on the browsers developer console. My guess would be the scripts are in a location that your server will serve from. You might have to copy them to another folder.
<blockquote class="gmail_quote" style="margin:0;margin-