Skip to content

Instantly share code, notes, and snippets.

@StephenFluin
Created September 13, 2016 21:16
Show Gist options
  • Save StephenFluin/da76844fee41c70e8b62e2e964fc5a00 to your computer and use it in GitHub Desktop.
Save StephenFluin/da76844fee41c70e8b62e2e964fc5a00 to your computer and use it in GitHub Desktop.
Delete module ids from angular project
find src -iname \*.ts | xargs sed -ibackup 's/moduleId: module.id//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment