I hereby claim:
- I am thekiba on github.
- I am thekiba (https://keybase.io/thekiba) on keybase.
- I have a public key ASCTC0QlCYMaDuw0ISYTgDGn5peQPSoPQCCkvMwI9muyzAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Обновляем angular и зависимости.
npm install --save-dev @angular/{cli,compiler-cli}@6.0.0-rc.5
npm install --save-dev [email protected]
npm install --save @angular/{animations,common,compiler,core,forms,http,platform-browser,platform-browser-dynamic,router,service-worker}@6.0.0-rc.5
ng update @angular/cli --migrate-only --from=1.7.3
# DELETE .angular-cli.json
https://github.com/thekiba/ngx-component-outlet
ComponentFactoryResolver: https://angular.io/api/core/ComponentFactoryResolver
ViewContainerRef: https://angular.io/api/core/ViewContainerRef
Entry Components https://angular.io/guide/entry-components
brew install flac ffmpeg cuetools # ставим нужные пакеты | |
# скачиваем cuetag.sh скрипт, например отсюда https://github.com/gumayunov/split-cue/blob/master/cuetag | |
ffmpeg -i 1.ape 1.flac # конвертируем во flac, так как libmac для APE не ставится на osx | |
cuebreakpoints 1.cue | shnsplit -o flac 1.flac #нарезаем на треки | |
cuetag 1.cue split-track*.flac #прописываем тэги (cuetag.sh ставится отдельно отдельно) | |
#конвертируем в ALAC | |
for f in *.flac | |
do |