This tool enables loading the angular application dynamically after loading the index html file on command.
Instead of loading the js file, the function appendElement(type, attrs)
is called. Additionally the import .. from .. call is replaced with import(..${importquery})
enabling appending query arguments to the dynamically loaded angular chunks.
cargo run -- --help
cargo build
cargo test
tbd.