Currently there's only one symlink in create-symlinks.sh:
cmd <<< "mklink \"..\\..\\packages\\core\\src\\animation\\dsl.ts\" \"..\\..\\..\\animations\\src\\animation_metadata.ts\""
When building Angular project another symlink is required:
cmd <<< "mklink /j \"..\\..\\packages\\upgrade\\static\\src\" \"..\\..\\packages\\upgrade\\src\""
Currently there's only one symlink in create-symlinks.sh:
When building Angular project another symlink is required: