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.
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 then you), but since Angular is a framework and gets delivered to the client as a huge single js file, 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.