Anthonio Achiduzu

Results 3 comments of Anthonio Achiduzu

ng new my-project-no-test --minimal=true --routing=true --skip-tests=true see https://angular.io/cli/new

> > ng new my-project-no-test --minimal=true --routing=true --skip-tests=true > > see https://angular.io/cli/new > > See my comment above. The issue is the `--minimal` flag removes linting in addition to removing...

Hi, people! My simple solution to return record from user table. changed user.js a little for this: in create and login function ``` return new Promise((resolve, reject) => { let...