Skip Navigation

Building Web Module

Building process

To build Web Module run ngv build command in Web Module directory. Successfully completed compilation process will create compiled sources of Web Module in build directory. In case of failure, the encountered errors will be printed to the console.

Cleaning process

To clean all the artifacts from previous build run ngv clean command in Web Module directory.

Note
Generally ngv build rebuild the Web Module from scratch, however in case of non-obvious compilation errors you can try run ngv clean to make sure that nothing has been cached from the previous build.