らいふうっどの閑話休題

興味のあることをゆる~く書いていく

CLI

2023.01.22 覚書 / 2023.01.22 memo's

2023.01.22 覚書 / 2023.01.22 memo's 自分が参考になったブログの紹介します。 / Here are some blogs that I found helpful. Angular dev.to CLI dev.to CSS dev.to Develop dev.to dev.to note.com note.com TypeScript dev.to

ng update をしてみた v14.0.0-rc.0

ng update をしてみた v14.0.0-rc.0 ng update cli, core 関係 ➜ portfolio git:(feature/next) ng update @angular/cli --next --force Using package manager: npm Collecting installed dependencies... Found 48 dependencies. Fetching dependency meta…

ng update で、Migration failed: this.tree.readText is not a function が出た時の対応

ng update で、Migration failed: this.tree.readText is not a function が出た時の対応 ng update したら失敗 ➜ portfolio git:(feature/next) ng update @angular/cli@v14.0.0-next.13 --force The installed Angular CLI version is outdated. Installin…

2022.03.19 覚書 / 2022.03.19 memo's

2022.03.19 覚書 / 2022.03.19 memo's 自分が参考になったブログの紹介します。 / Here are some blogs that I found helpful. Angular dev.to blog.bitsrc.io javascript.plainenglish.io eraoftech.medium.com CSS dev.to coliss.com Design ics.media Dev…

2022.02.27 覚書 / 2022.02.27 memo's

2022.02.27 覚書 / 2022.02.27 memo's 自分が参考になったブログの紹介します。 / Here are some blogs that I found helpful. Angular medium.com betterprogramming.pub medium.com CSS qiita.com dev.to www.makeuseof.com Design jnd.org Develop javasc…

2021.06.17 覚書 / 2021.06.17 memo's

自分が参考になったブログの紹介します。 / Here are some blogs that I found helpful. Angular dev.to Cypress dev.to Design forte.inc Develop dev.to Nx Publishing Nx Monorepo Test Results in Azure CI Pipeline | by Rupesh Kumar Tiwari | Rupesh …

2021.05.22 覚書 / 2021.05.22 memo's

自分が参考になったブログの紹介します。 / Here are some blogs that I found helpful. Angular gist.github.com www.infoq.com levelup.gitconnected.com dev.to javascript.plainenglish.io dev.to michelle-sebek.medium.com dev.to RxJS medium.com Typ…

2021.05.15 覚書 / 2021.05.15 memo's

自分が参考になったブログの紹介します。 / Here are some blogs that I found helpful. Angular www.publickey1.jp blog.angular.io blog.ninja-squad.com dev.to How to get the most out of Angular configuration | by Mirko Rapisarda | Devmy | May, 2…

angular v12.0.0-next.6+firebaseで、ng deploy が「firebaseTools.logger.add is not a function」になる話

angular v12.0.0-next.6+firebaseで、ng deploy が「firebaseTools.logger.add is not a function」になる話 angular v12.0.0-next.6 + firebase, ng deploy becomes "firebaseTools.logger.add is not a function" きっかけ / Trigger Angular CLI, Core を…

2021.02.14 覚書 / 2021.02.14 memo's

自分が参考になったブログの紹介します。 / Here are some blogs that I found helpful. Angular blog.angular.io blog.ninja-squad.com Angular v11.2 is out now, and includes native @TailwindCSS support!To enable TailwindCSS, ng update then:1. Ins…

Raspberry Pi3 で、Vue.js を動かす環境を構築した時のメモ

1. Rapsberry Pi 環境整備 OS update 各種ツールをインストール 2. OSのスワップ領域変更 Swap領域管理サービスを停止。 スワップ領域変更 Swap領域管理サービスを再開。 参考 3. npm 環境バージョンアップ nodebrew をインストールします。 環境設定ファイ…

2020.11.18 覚書 / 2020.11.18 memo's

自分が参考になったブログの紹介します。 / Here are some blogs that I found helpful. Angular medium.com blog.lacolaco.net medium.com www.amadousall.com medium.com medium.com NgRx dev.to RxJS dev.to

Angular CLI memo

Angular CLI memo スタイルが scss で作成しているプロジェクトで、後からコンポーネントを作成する際に気付いたので、改めてメモ Since I noticed it when I created the component later in the project whose style is scss, I made a note again. $ ~/wo…

Bonfire Frontend #6 (オンライン)に初参加(初視聴)してみた。

Bonfire Frontend #6 に初参加(初視聴)した時のメモ yj-meetup.connpass.com Reactを使ったYahoo!地図の技術刷新への挑戦 のメモ 地図関係のライブラリは、使う機会が無かったので勉強になります。 github.com E2E テストツールとして存在は知っていました…

2020.05.24 覚書 / 2020.05.24 memo's

Akita Creating an Independent Search Component Using Akita & Angular NgRx t.co Nx indepth.dev indepth.dev indepth.dev indepth.dev indepth.dev RxJS https://t.co/fSKkZYol49?amp=1t.co t.co SEO t.co

2020.05.23 覚書 / 2020.05.23 memo's

Angular t.co Angular Components with Extracted Immutable State t.co t.co Angular Components with Extracted Immutable State Effortless Web Storage Persistence in Angular Forms t.co t.co Azure t.co CSS t.co Deno t.co What is Deno and will it…

Angular をアップデートした時にData path '''' should NOT have additional properties の対処の覚書

Memo for dealing with Data path '' '' should NOT have additional properties when updating Angular 自分のポートフォリオサイトの Angular のバージョンを上げた時に下記エラーに遭遇しました。 I encountered the following error when upgrading the …

Introducing Angular CLI の翻訳

itnext の Introducing Angular CLI の翻訳です。 この投稿では、 Angular CLI について学び、それを使用して新しい Angular プロジェクトを初期化する方法を説明します。 Angular CLIとは何ですか? Angular CLI は、Angular プロジェクトを初期化して操作…