- For loading components with inputs/outputs directives, has been necessary to use the 'ng-dynamic-component' library because of unsupported on the official Angular issue https://github.com/angular/angular/issues/15360 - Allowed the dynamic components load - Grouped panels into panel component
19 lines
477 B
JSON
19 lines
477 B
JSON
{
|
|
"name": "openvidu-angular",
|
|
"version": "2.20.0",
|
|
"peerDependencies": {
|
|
"@angular/animations": "^13.0.0",
|
|
"@angular/common": "^13.0.0",
|
|
"@angular/core": "^13.0.0",
|
|
"@angular/material": "^13.0.0",
|
|
"@angular/forms": "^13.0.0",
|
|
"@angular/flex-layout": "^13.0.0-beta.36",
|
|
"autolinker": "^3.14.3",
|
|
"buffer": "^6.0.3",
|
|
"openvidu-browser": "^2.20.0",
|
|
"ng-dynamic-component": "^10.1.0"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
}
|
|
} |