To getting start with angular2 app, we need to setup some bunch of tool and boilerplate codes. Fortunately there are many easy getting-start projects available for angular2. Those are angular-cli , angual2-seed etc. Anyway we need to rely on node and npm, that would need for real angular2 projects.
But sometimes we need to test angular2 features and share demo codes with others. Installing large node modules and setting-up not worth for this kind of task.
However for small task you can use angular2 without npm.
have a look at github repository - https://github.com/ishara/angular2-without-npm
happy coding.
But sometimes we need to test angular2 features and share demo codes with others. Installing large node modules and setting-up not worth for this kind of task.
However for small task you can use angular2 without npm.
have a look at github repository - https://github.com/ishara/angular2-without-npm
happy coding.
It did not worked out for me, Am I missing something
ReplyDelete