You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#i run this command
git add *
git commit -m 'msg'
ng github-pages:deploy --message "Optional commit message"
then error to me :
#ng build
You have to be inside an angular-cli project in order to use the build command.
#ng g component hello
You have to be inside an angular-cli project in order to use the g command.
.....