How can I check which version of Angular I'm using?

前端 未结 28 1254
死守一世寂寞
死守一世寂寞 2020-11-28 18:23

How can I tell which version of Angular I am using?

I have tried:

angular --version
angular --v
angular -version
angular -v

but get

28条回答
  •  孤独总比滥情好
    2020-11-28 18:57

    If you are using VS Code editor .

    Go to Explorer panel on left side -> find package.json & open it -> under dependencies find @angular/core.

    This is your angular version as core is the main feature

提交回复
热议问题