0

I create a site on the angular I have an admin part and a client And such a situation arose When entering the client part - the user downloads js files, which also apply to the administrative part, which seems wrong to me Are there any ways to split files? Thank you in advance

Ashot
  • 245
  • 6
  • 16

1 Answers1

0

This discussion might help, Angular Guards + lazy loading can prevent non admin users from downloading the admin module.

Angular - Are admin files downloadable?

Hassen Fadhlaoui
  • 167
  • 1
  • 13