What if the compilation speed of angular development is too slow?

same computer configuration
it"s fast to use vue or react, but it takes half a day to compile even if you change the css style a little bit at angular!
is there any way to make the compilation faster?

Mar.08,2022

take out some third-party code separately to generate a direct reference to the file. Do not import, in the code, for example:

use

<script type='text/javascript' src='http..../jquery.js'></script>

instead of

import './jquery'
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3d27c-408fa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3d27c-408fa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?