Snowpack with Angular? [closed]
Asked Answered
B

1

25

I've been going through the snowpack introduction and got really excited about the tool. Unfortunately, at the end of documentation I could not find Angular among the supported libraries. However, Snowpack seemed to be quite flexible so I wonder if someone has experimented with putting together a Snowpack/Angular setup.

Batty answered 6/6, 2020 at 20:12 Comment(0)
X
1

First, I'd like to just say that Angular is not a library, it's a framework and this might be the reason why it's not supported.

I have only just read about Snowpack, so I am not an expert (probably know less about it than you), but since Angular is a framework and gets delivered to the client as separate module files, maybe it's because of this. When a change to a couple of components are made in Angular, a change needs to be done for all components in the same JS file.

Xyloid answered 23/11, 2020 at 13:6 Comment(1)
Just would like to add that angular does not build 1 huge js file. It chunks your code into modules.Subalpine

© 2022 - 2024 — McMap. All rights reserved.