Skip to content

Commit

Permalink
feat(lib): moved to angular cli generation
Browse files Browse the repository at this point in the history
using angular cli monorepo now
validated tests
linting issues fixed
super-duper happy
angular 5 support dropped
  • Loading branch information
AhsanAyaz committed Aug 26, 2020
1 parent 842737e commit b55b52c
Show file tree
Hide file tree
Showing 117 changed files with 16,038 additions and 35,857 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.ts]
quote_type = single

[*.md]
max_line_length = off
trim_trailing_whitespace = false
73 changes: 39 additions & 34 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,41 +1,46 @@
# Node
node_modules/*
npm-debug.log
# 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

# TypeScript
src/*.js
src/*.map
src/*.d.ts
# dependencies
/node_modules

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

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

# VS Code
# 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

# Windows
Thumbs.db
Desktop.ini

# Mac
# System Files
.DS_Store
**/.DS_Store

# Ngc generated files
**/*.ngfactory.ts

# Build files
dist/*


# Demo ignore folders

demo/node_modules
demo/dist

#Test Coverage
coverage/*
Thumbs.db
83 changes: 0 additions & 83 deletions .playground/index.js

This file was deleted.

1 change: 0 additions & 1 deletion .playground/index.js.map

This file was deleted.

82 changes: 0 additions & 82 deletions .playground/playground/index.js

This file was deleted.

1 change: 0 additions & 1 deletion .playground/playground/index.js.map

This file was deleted.

Loading

0 comments on commit b55b52c

Please sign in to comment.