I\'m building my first Angular Application. I\'m creating a new Angular application using this command ng new purchase-section. But when I executing the application
ng new purchase-section
I changed the version for rxjs and typescript. My package.json has the following entries:
package.json
"typescript": "^2.7.2" "rxjs": "^6.3.3",
I also had to upgrade angular cli.