-
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.
Refactor (again) to make Angular AoT compatible.
- Loading branch information
1 parent
768f651
commit 30d7ec7
Showing
27 changed files
with
271 additions
and
292 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "angular2-json-schema-form", | ||
"version": "0.4.0-alpha.9", | ||
"version": "0.4.0-alpha.11", | ||
"author": { | ||
"name": "David Schnell-Davis", | ||
"email": "[email protected]" | ||
|
@@ -41,11 +41,13 @@ | |
"start": "ng serve", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"docs": "typedoc --options typedoc.json src/index.ts", | ||
"docs": "typedoc --options typedoc.json lib/src/json-schema-form.module.ts", | ||
"clean": "rimraf out-ngc dist/*", | ||
"prebuild": "npm run clean", | ||
"build": "node build.js", | ||
"postbuild": "rimraf out-ngc", | ||
"prepublish": "npm run build", | ||
"publish": "cd dist && npm publish", | ||
"ng-build": "ng build", | ||
"old-build-demo": "tsc -p src/demo/", | ||
"old-build-demo:watch": "tsc -p src/demo/ -w", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
export * from './index'; | ||
export { JsonSchemaFormComponent } from './index'; | ||
export { JsonSchemaFormService } from './index'; | ||
export { JsonSchemaFormModule } from './index'; |
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
28 changes: 0 additions & 28 deletions
28
src/lib/src/framework-library/bootstrap-4-framework.component.ts
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
src/lib/src/framework-library/foundation-6-framework.component.ts
This file was deleted.
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.