-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: demo app Stubbed out basic feature for the demo app * test: got tests working * refactor: switched to scss * refactor: fixed loading of app * refactor: add missing Flex module * refactor: wire up the examples json * refactor: clean up lint issues * refactor: reduce template complexity numerous ngIf were adding to the complexity of the template. Switching to details/summary along with ng-template allows some of that complexity to be reduced in favor of native behavior and cleaner markup * chore(lint): removed line break style rule * refactor: ace editor Replaced current ace editor with one from npm which is more functional * fix: material icons not loading * test: fixed failing test cases * chore: modfy scripts to build/publish demo * style: fix margins * chore: updated readme * test: modeled test for jsonloader * test: test the app component * refactor: corrected issue with ace not showing * test: fix test failure from refactor * chore: add demo publish to travis build
- Loading branch information
Showing
25 changed files
with
891 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,6 @@ deploy: | |
skip_cleanup: true | ||
script: | ||
- npx semantic-release | ||
- npm run publish:demo | ||
on: | ||
branch: master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.