mardi 3 avril 2018

ANGULAR 5 & LARAVEL5.5

Can I use in Angular 5 my laravel blade templates?

 @Component({
      selector: 'app-patient',
      templateUrl: './patient.component.html',         
      styleUrls: ['./patient.component.css']
 })

I want to change template url . Add some template address from my laravel views ...

 templateUrl: '../../../../../views/patients/index',

Any Idea how it will be done?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire