I am little bit confused by angular official doc. I was trying to learn how to use Angular universal to build something. But I saw this command in the doc:
ng add @nguniversal/express-engine
which is quoted from https://angular.io/guide/universal.
But AFAIK there is another command called "ng generate universal".
To my guess.., ng generate universal is part of ng add @nguniversal/express-engine(am I right?), So what is the main difference between those two commands?