Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# ==================================================================================
# ==================================================================================
# @ng-web-apis/speech codeowners
# @ng-web-apis/speech codeowners
# ==================================================================================
# ==================================================================================
#
# Configuration of code ownership and review approvals for the @ng-web-apis/common repo.
# Configuration of code ownership and review approvals for the @ng-web-apis/speech repo.
#
# More info: https://help.github.com/articles/about-codeowners/
#
Expand Down
11 changes: 10 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,18 @@
"input": "projects/demo/src/assets/",
"output": "./assets/"
},
{
"glob": "**/*",
"input": "node_modules/@taiga-ui/icons/src",
"output": "assets/taiga-ui/icons"
},
"projects/demo/src/favicon.ico"
],
"styles": ["projects/demo/src/styles.css"],
"styles": [
"node_modules/@taiga-ui/core/styles/taiga-ui-global.less",
"node_modules/@taiga-ui/core/styles/taiga-ui-theme.less",
"projects/demo/src/styles.css"
],
"scripts": []
},
"configurations": {
Expand Down
24,522 changes: 14,215 additions & 10,307 deletions package-lock.json

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,61 +49,61 @@
"bugs": "https://github.com/ng-web-apis/speech/issues",
"homepage": "https://github.com/ng-web-apis/speech#README",
"dependencies": {
"@angular/animations": "^7.2.15",
"@angular/common": "^7.2.15",
"@angular/compiler": "^7.2.15",
"@angular/core": "^7.2.15",
"@angular/forms": "^7.2.15",
"@angular/http": "^7.2.15",
"@angular/platform-browser": "^7.2.15",
"@angular/platform-browser-dynamic": "^7.2.15",
"@angular/platform-server": "^7.2.15",
"@angular/router": "^7.2.15",
"@ng-web-apis/common": "^1.1.0",
"@nguniversal/common": "^7.1.1",
"@nguniversal/express-engine": "^7.1.1",
"@nguniversal/module-map-ngfactory-loader": "^7.1.1",
"core-js": "^2.5.4",
"rxjs": "^6.5.2",
"@angular/animations": "^9.1.13",
"@angular/cdk": "^9.2.4",
"@angular/common": "^9.1.13",
"@angular/compiler": "^9.1.13",
"@angular/core": "^9.1.13",
"@angular/forms": "^9.1.13",
"@angular/platform-browser": "^9.1.13",
"@angular/platform-browser-dynamic": "^9.1.13",
"@angular/platform-server": "^9.1.13",
"@angular/router": "^9.1.13",
"@ng-web-apis/common": "^1.9.0",
"@nguniversal/express-engine": "9.1.1",
"@taiga-ui/cdk": "1.6.5",
"@taiga-ui/core": "1.6.5",
"@taiga-ui/kit": "1.6.5",
"@taiga-ui/icons": "1.6.5",
"@taiga-ui/addon-mobile": "1.6.5",
"core-js": "^2.6.9",
"express": "^4.15.2",
"rxjs": "~6.6.3",
"tslib": "^1.10.0",
"zone.js": "~0.8.29"
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.9",
"@angular-devkit/build-ng-packagr": "~0.13.9",
"@angular-devkit/core": "^7.3.9",
"@angular/cli": "^7.3.9",
"@angular/compiler-cli": "^7.2.15",
"@angular/language-service": "^7.2.15",
"@tinkoff/linters": "^0.4.0",
"@types/express": "4.16.1",
"@types/express-serve-static-core": "4.16.2",
"@types/jasmine": "^3.3.16",
"@types/jasminewd2": "^2.0.6",
"@types/node": "~8.9.4",
"codelyzer": "^5.1.0",
"coveralls": "^3.0.5",
"ecstatic": "^4.1.2",
"express": "^4.17.1",
"http-server": "^0.11.1",
"husky": "^3.0.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.2.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"lint-staged": "^9.2.1",
"lodash": "^4.17.15",
"ng-packagr": "4.7.1",
"prettier": "^1.18.2",
"standard-version": "^7.0.0",
"ts-node": "^8.3.0",
"tsickle": "0.34.0",
"tslint": "^5.18.0",
"@angular-devkit/build-angular": "~0.901.13",
"@angular-devkit/build-ng-packagr": "~0.901.13",
"@angular-devkit/core": "^9.1.13",
"@angular-devkit/schematics": "^9.1.13",
"@angular-devkit/schematics-cli": "~0.901.13",
"@angular/cli": "^9.1.13",
"@angular/compiler-cli": "^9.1.13",
"@angular/language-service": "^9.1.13",
"@nguniversal/builders": "^9.1.1",
"@tinkoff/linters": "^0.6.0",
"@types/express": "^4.17.0",
"@types/jasmine": "^3.6.2",
"@types/jasminewd2": "^2.0.8",
"@types/node": "12.19.9",
"coveralls": "^3.1.0",
"husky": "^4.3.6",
"jasmine-core": "^3.6.0",
"jasmine-spec-reporter": "^6.0.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"lint-staged": "^10.5.3",
"ng-packagr": "9.1.5",
"prettier": "^2.2.1",
"standard-version": "^9.0.0",
"ts-node": "^9.1.1",
"tslint": "~5.15.0",
"tsutils": "^3.17.1",
"typescript": "~3.2.2"
"typescript": "~3.8.3"
},
"husky": {
"hooks": {
Expand Down
12 changes: 11 additions & 1 deletion projects/demo/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,19 @@
"input": "projects/demo/src/assets/",
"output": "./assets/"
},
{
"glob": "**/*",
"input": "node_modules/@taiga-ui/icons/src",
"output": "assets/taiga-ui/icons"
},
"src/favicon.ico"
],
"styles": ["src/styles.css"],
"styles": [
"node_modules/@taiga-ui/core/styles/taiga-ui-global.less",
"node_modules/@taiga-ui/core/styles/taiga-ui-local.less",
"node_modules/@taiga-ui/core/styles/taiga-ui-theme.less",
"src/styles.css"
],
"scripts": []
},
"configurations": {
Expand Down
43 changes: 26 additions & 17 deletions projects/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,36 @@
"build": "ng build"
},
"dependencies": {
"@angular/common": "^8.2.4",
"@angular/compiler": "^8.2.4",
"@angular/core": "^8.2.4",
"@angular/forms": "^8.2.4",
"@angular/platform-browser": "^8.2.4",
"@angular/platform-browser-dynamic": "8.2.0",
"@angular/router": "8.2.0",
"@angular/animations": "^11.0.5",
"@angular/cdk": "^11.0.3",
"@angular/common": "11.0.4",
"@angular/compiler": "11.0.4",
"@angular/core": "11.0.4",
"@angular/forms": "11.0.4",
"@angular/platform-browser": "11.0.4",
"@angular/platform-browser-dynamic": "11.0.4",
"@angular/router": "11.0.4",
"@ng-web-apis/permissions": "latest",
"@ng-web-apis/speech": "latest",
"@ng-web-apis/common": "latest",
"@taiga-ui/cdk": "latest",
"@taiga-ui/core": "latest",
"@taiga-ui/kit": "latest",
"@taiga-ui/icons": "latest",
"@taiga-ui/addon-mobile": "latest",
"core-js": "2.6.9",
"rxjs": "6.5.2",
"zone.js": "0.9.1"
"rxjs": "~6.6.3",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.2",
"@angular/cli": "^8.3.2",
"@angular/compiler-cli": "^8.2.4",
"@angular/language-service": "^8.2.4",
"@types/node": "~8.9.4",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "~3.4.5"
"@angular-devkit/architect": "0.1100.4",
"@angular-devkit/build-angular": "0.1100.4",
"@angular/cli": "11.0.4",
"@angular/compiler-cli": "11.0.4",
"@angular/language-service": "11.0.4",
"@types/node": "^12.11.1",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.2"
}
}
50 changes: 0 additions & 50 deletions projects/demo/prerender.ts

This file was deleted.

60 changes: 0 additions & 60 deletions projects/demo/server.ts

This file was deleted.

29 changes: 29 additions & 0 deletions projects/demo/src/app/app.browser.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ import {
import {NgModule} from '@angular/core';
import {FormsModule} from '@angular/forms';
import {BrowserModule} from '@angular/platform-browser';
import {BrowserAnimationsModule} from '@angular/platform-browser/animations';
import {SpeechSynthesisModule} from '@ng-web-apis/speech';
import {TuiSidebarModule} from '@taiga-ui/addon-mobile';
import {TuiLetModule} from '@taiga-ui/cdk';
import {
iconsPathFactory,
TUI_ICONS_PATH,
TuiButtonModule,
TuiDataListModule,
TuiLabelModule,
TuiRootModule,
TuiTooltipModule,
} from '@taiga-ui/core';
import {TuiSelectModule, TuiTextAreaModule} from '@taiga-ui/kit';
import {AppComponent} from './app.component';
import {AppRoutingModule} from './app.routes';

Expand All @@ -15,8 +29,19 @@ import {AppRoutingModule} from './app.routes';
imports: [
CommonModule,
FormsModule,
SpeechSynthesisModule,
BrowserAnimationsModule,
BrowserModule.withServerTransition({appId: 'demo'}),
AppRoutingModule,
TuiLetModule,
TuiSelectModule,
TuiDataListModule,
TuiRootModule,
TuiTextAreaModule,
TuiButtonModule,
TuiLabelModule,
TuiTooltipModule,
TuiSidebarModule,
],
declarations: [AppComponent],
providers: [
Expand All @@ -28,6 +53,10 @@ import {AppRoutingModule} from './app.routes';
provide: APP_BASE_HREF,
useValue: '',
},
{
provide: TUI_ICONS_PATH,
useValue: iconsPathFactory('assets/taiga-ui/icons/'),
},
],
})
export class AppBrowserModule {}
Loading