-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: angular 19 & provide functions (#102)
* chore: update to ng 19 * chore: standalone bootstrap * chore: execute inject migration * chore: provide ngx repository * chore: provide drivers * chore: bump dependencies * release: v9.0.0-rc.1
- Loading branch information
1 parent
6c833b2
commit a8bb737
Showing
166 changed files
with
7,452 additions
and
8,018 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="build:all" type="js.build_tools.npm"> | ||
<package-json value="$PROJECT_DIR$/package.json" /> | ||
<command value="run" /> | ||
<scripts> | ||
<script value="build:all" /> | ||
</scripts> | ||
<node-interpreter value="project" /> | ||
<envs /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> | ||
<configuration default="false" | ||
name="build:all" | ||
type="js.build_tools.npm"> | ||
<package-json value="$PROJECT_DIR$/package.json"/> | ||
<command value="run"/> | ||
<scripts> | ||
<script value="build:all"/> | ||
</scripts> | ||
<node-interpreter value="project"/> | ||
<envs/> | ||
<method v="2"/> | ||
</configuration> | ||
</component> |
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,11 +1,13 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="core" type="JavaScriptTestRunnerKarma"> | ||
<config-file value="$PROJECT_DIR$/projects/ngx-repository/karma.conf.js"/> | ||
<karma-options value="--browsers=ChromeHeadless"/> | ||
<karma-package-dir value="$PROJECT_DIR$/node_modules/@angular/cli"/> | ||
<working-directory value="$PROJECT_DIR$"/> | ||
<node-interpreter value="project"/> | ||
<envs/> | ||
<method v="2"/> | ||
</configuration> | ||
<configuration default="false" | ||
name="core" | ||
type="JavaScriptTestRunnerKarma"> | ||
<config-file value="$PROJECT_DIR$/projects/ngx-repository/karma.conf.js"/> | ||
<karma-options value="--browsers=ChromeHeadless"/> | ||
<karma-package-dir value="$PROJECT_DIR$/node_modules/@angular/cli"/> | ||
<working-directory value="$PROJECT_DIR$"/> | ||
<node-interpreter value="project"/> | ||
<envs/> | ||
<method v="2"/> | ||
</configuration> | ||
</component> |
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,11 +1,13 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="http" type="JavaScriptTestRunnerKarma"> | ||
<config-file value="$PROJECT_DIR$/projects/ngx-http-repository/karma.conf.js"/> | ||
<karma-options value="--browsers=ChromeHeadless"/> | ||
<karma-package-dir value="$PROJECT_DIR$/node_modules/@angular/cli"/> | ||
<working-directory value="$PROJECT_DIR$"/> | ||
<node-interpreter value="project"/> | ||
<envs/> | ||
<method v="2"/> | ||
</configuration> | ||
<configuration default="false" | ||
name="http" | ||
type="JavaScriptTestRunnerKarma"> | ||
<config-file value="$PROJECT_DIR$/projects/ngx-http-repository/karma.conf.js"/> | ||
<karma-options value="--browsers=ChromeHeadless"/> | ||
<karma-package-dir value="$PROJECT_DIR$/node_modules/@angular/cli"/> | ||
<working-directory value="$PROJECT_DIR$"/> | ||
<node-interpreter value="project"/> | ||
<envs/> | ||
<method v="2"/> | ||
</configuration> | ||
</component> |
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,12 +1,14 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="lint:all" type="js.build_tools.npm"> | ||
<package-json value="$PROJECT_DIR$/package.json" /> | ||
<command value="run" /> | ||
<scripts> | ||
<script value="lint:all" /> | ||
</scripts> | ||
<node-interpreter value="project" /> | ||
<envs /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> | ||
<configuration default="false" | ||
name="lint:all" | ||
type="js.build_tools.npm"> | ||
<package-json value="$PROJECT_DIR$/package.json"/> | ||
<command value="run"/> | ||
<scripts> | ||
<script value="lint:all"/> | ||
</scripts> | ||
<node-interpreter value="project"/> | ||
<envs/> | ||
<method v="2"/> | ||
</configuration> | ||
</component> |
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,12 +1,14 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="start" type="js.build_tools.npm"> | ||
<package-json value="$PROJECT_DIR$/package.json"/> | ||
<command value="run"/> | ||
<scripts> | ||
<script value="start"/> | ||
</scripts> | ||
<node-interpreter value="project"/> | ||
<envs/> | ||
<method v="2"/> | ||
</configuration> | ||
<configuration default="false" | ||
name="start" | ||
type="js.build_tools.npm"> | ||
<package-json value="$PROJECT_DIR$/package.json"/> | ||
<command value="run"/> | ||
<scripts> | ||
<script value="start"/> | ||
</scripts> | ||
<node-interpreter value="project"/> | ||
<envs/> | ||
<method v="2"/> | ||
</configuration> | ||
</component> |
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,12 +1,14 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="test:ngx-firestore-repository" type="js.build_tools.npm"> | ||
<package-json value="$PROJECT_DIR$/package.json"/> | ||
<command value="run"/> | ||
<scripts> | ||
<script value="test:ci:ngx-firestore-repository"/> | ||
</scripts> | ||
<node-interpreter value="project"/> | ||
<envs/> | ||
<method v="2"/> | ||
</configuration> | ||
<configuration default="false" | ||
name="test:ngx-firestore-repository" | ||
type="js.build_tools.npm"> | ||
<package-json value="$PROJECT_DIR$/package.json"/> | ||
<command value="run"/> | ||
<scripts> | ||
<script value="test:ci:ngx-firestore-repository"/> | ||
</scripts> | ||
<node-interpreter value="project"/> | ||
<envs/> | ||
<method v="2"/> | ||
</configuration> | ||
</component> |
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
Oops, something went wrong.