Is there a way to reverse engineer result of “ng build prod” in angular2?

后端 未结 2 915
时光说笑
时光说笑 2021-01-28 19:03

Is it possible to look at components, services and all the functions that generated this files in the first place?

2条回答
  •  悲&欢浪女
    2021-01-28 19:29

    Components yes,
    Since they are all downloaded to the user, anyone could take the time to figure out how they are structured.
    The same as any other website.

    For the services, anyone can see what the calls are and what is returned.
    The same as any other website.

提交回复
热议问题