-
The component works great with ng serve, but when I try to build by project angular-cli throws an error:
````
ERROR in Unexpected value 'SwitchComponent in /Users/stevelombardi/github/ng-designsys…
-
when i tries to perform the following sequence:
`ng new app --createApplication=false`
`cd app`
`ng new subapp`
`ng add ng-matero`
I get the following error:
`Skipping installation: Package a…
-
I am trying to bind data from the parent scope to an element I have made in the template for each node. However, the node's isolated scope makes it difficult to pass down this information. I have adde…
-
Check if there is a possibility to add CI to this project
- Should be able to integrate with Github
- Should be able to run `ng build`
- Should be able to run `ng test`
-
hi, i'm trying to build this on my nobara install. i think i'm doing everything right, but it fails to build. i included the output. as far as i can tell leptonica-sys fails to build and then wfinfo-…
-
ng cli version: 9.0.3
1. ng new my-product --style scss
2. npm i -s office-ui-fabric-core
3. edit style.scss, add line @import '../node~1/office~1/src/sass/Fabric.scss'
4. ng build
![image…
-
Uncaught Error: Template parse errors:
Can't bind to 'ngOutletContext' since it isn't a known property of 'ng-template'.
1. If 'ngOutletContext' is an Angular directive, then add 'CommonModule' to t…
-
When aligning audio with a transcript, for longer audio files (I have audio's between 1h:00m - 1h:30m long), I get the following error:
```
Synthesize recognized transcript with eSpeak.. Aborted(O…
cvl01 updated
3 weeks ago
-
Hi,
I'm trying to build a Dockerised cross-compiler toolchain based on Alpine Linux image (with Glibc) for a project where our team need to use a specific version of GCC to comply with safety requi…
-
While adding tests related to share-ng, found that ocis-tests miss some contract testing as mentioned below.
Scenario: remove share link and propfind resource to see if the response contain or not
…