Marcello Santambrogio

Results 5 comments of Marcello Santambrogio

Same for me. I've created a new app using angular-cli and trying to include ng-semantic as stated in the guide. As i've read, actually AOT build is not supported, so...

Seems like a similar issue to https://github.com/vladotesanovic/ngSemantic/issues/144. As soon as i can i'll try to downgrade my angularcli version and test if it works

Ok, so after A LOT of wrestling, i've finally managed to solve my issues. First, those are my dependencies: > "dependencies": { "@angular/common": "2.4.1", "@angular/compiler": "2.4.1", "@angular/core": "2.4.1", "@angular/forms": "2.4.1",...

@ReFirnE try to use the same dependencies that i've used. In particular, update angular, ts-node and zone.js

Can I use open to run a zsh script? I tried like `open -a warp "/bin/zsh" --args "-i -c test"` But it's not working (opening a subshell)