Based on this link, Install Angular Offline, I have installed angular. When I check. ng --version
Angular CLI: 6.1.3
Node: 8.12.0
OS: win32 ia32
Angular:
...
Package Version
------------------------------------------------------
@angular-devkit/architect 0.7.3
@angular-devkit/core 0.7.3
@angular-devkit/schematics 0.7.3
@schematics/angular 0.7.3
@schematics/update 0.7.3
rxjs 6.2.2
typescript 2.9.2
But typescript is not working, when I tried to compile this happend:
tsc main.ts It throws 'tsc' is not recognized as an internal or external command, operable program or batch file.
Please help to solve it.