Peter Galkaev
Peter Galkaev
For the sake of consistency (with Angular), can we have the `environments` dir on the same level as `libs`, `apps` and `xplat` instead of inside `libs/core`?
As contenteditable gets better and its use grows, there might be [more demand](http://stackoverflow.com/questions/18854141/using-non-input-elements-with-backbone-syphon/32137166#32137166) for non-form extraction. This could be a simple change. ``` js return viewOrForm.$(':input'); ``` to ``` js...
Fixed by changing ``` ``` to ``` ``` _**Source:**_ https://github.com/codediodeio/ionic4-master-course/blob/master/src/app/home/home.page.html
running command like this will make it work on windows command: bash -c "sed -i 's/\r//g' ./wait-for-it.sh && bash ./wait-for-it.sh -t 120 db:3306 -- npm start"