akveo / ngx-admin

Customizable admin dashboard template based on Angular 10+
https://akveo.github.io/ngx-admin/
MIT License
25.22k stars 7.95k forks source link

swagger #2128

Open masterchen opened 5 years ago

masterchen commented 5 years ago

with aspnetcore backend,is it possible use swagger to generate proxy api for ngx-admin ,and how to integrate it to ngx-admin

yggg commented 4 years ago

Hi @masterchen! ngx-admin has all data services defined in @core/data. Those services has mocked data hardcoded directly in it. You could remove all data and send an HTTP request to API endpoints instead.