Skip to content

Commit

Permalink
Upgrade to Angular 12.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarrew committed Aug 20, 2021
1 parent e66bd56 commit d1b0a84
Show file tree
Hide file tree
Showing 25 changed files with 15,080 additions and 13,115 deletions.
47 changes: 1 addition & 46 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,46 +1 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out

# dependencies
/node_modules

# profiling files
chrome-profiler-events*.json
speed-measure-plugin*.json

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings

# System Files
.DS_Store
Thumbs.db
node_modules
660 changes: 660 additions & 0 deletions dist/ng2-currency-mask/bundles/ng2-currency-mask.umd.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/ng2-currency-mask/esm2015/lib/currency-mask.config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

155 changes: 155 additions & 0 deletions dist/ng2-currency-mask/esm2015/lib/currency-mask.directive.js

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions dist/ng2-currency-mask/esm2015/lib/currency-mask.module.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

167 changes: 167 additions & 0 deletions dist/ng2-currency-mask/esm2015/lib/input.handler.js

Large diffs are not rendered by default.

81 changes: 81 additions & 0 deletions dist/ng2-currency-mask/esm2015/lib/input.manager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d1b0a84

Please sign in to comment.