Posts by Canal do Monstro • 11 points
2 posts
-
1
votes1
answer54
viewsA: req.body of the empty Node.js in the angular
This content is outdated! REMOVE: app.use(bodyParser.urlencoded({ extended:true})); app.use(bodyParser.json());`insira o código aqui`; USE: app.use(express.json());…
-
-2
votes2
answers1474
viewsA: Redirect a route from a "childModule" to another "childModule" with Angular 2 ( 4.0)
Now I understand your code you’re making two separate modules!!! Your app-routing.module.ts should be pointing to 2 other route modules: { path: 'admin', loadChildren: () =>…