dimanche 13 novembre 2022

What is the difference between route and path in EmberJs

What is the difference between route and path in EmberJs

Router.map(function () {
  this.route('about');
  this.route('contact', { path: '/getting-in-touch' });
});



Aucun commentaire:

Enregistrer un commentaire