I am new to Angular2. I don't have any clear idea about angular. I have few doubts in this technology.
1) How can we set up Angular2 project in local machine?
2) For local setup do we need Angular CLI or we can use other method?
3) what is the best method to create Angular2 environment ?
Now I installed angular CLI, but when i use ng new <application-name>
I am getting the following error.
\node_modules\@ngtools\json-schema\src\schema-class-factory.js:34
result.push(...indices);
^^^
SyntaxError: Unexpected token ...
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:373:25)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
Please suggest the best tutorial for learning Angular2