diff --git a/cspell-wordlist.txt b/cspell-wordlist.txt index c19525fad1d..76d855bf4cf 100644 --- a/cspell-wordlist.txt +++ b/cspell-wordlist.txt @@ -39,6 +39,7 @@ flexbox frontmatter fullscreen geolocation +iconset interactives isopen jank diff --git a/docs/angular/add-to-existing.md b/docs/angular/add-to-existing.md new file mode 100644 index 00000000000..d9a41e4e1a1 --- /dev/null +++ b/docs/angular/add-to-existing.md @@ -0,0 +1,344 @@ +--- +title: Add to Existing Angular Project +sidebar_label: Add to Existing +--- + +import DocsCard from '@components/global/DocsCard'; +import DocsCards from '@components/global/DocsCards'; + +
++ Start with Ionic + UI Components +
+Discover how to handle routing and navigation in Ionic Angular apps using the Angular Router.
+Explore Ionic's rich library of UI components for building beautiful apps.
+Learn how to customize the look and feel of your app with Ionic's powerful theming system.
+Explore how to access native device features and deploy your app to iOS, Android, and the web with Capacitor.
+Build a real Photo Gallery app with Ionic Angular and native device features.
+Ionic Angularとネイティブデバイス機能を使用して実際のPhoto Galleryアプリを構築します。
Learn more about Angular's core concepts, tools, and best practices from the official Angular documentation.
+公式Angularドキュメントから、Angularのコアコンセプト、ツール、ベストプラクティスについて詳しく学びます。
Discover how to handle routing and navigation in Ionic Angular apps using the Angular Router.
+Angular Routerを使用してIonic Angularアプリでルーティングとナビゲーションを処理する方法を発見します。
Explore Ionic's rich library of UI components for building beautiful apps.
+美しいアプリを構築するためのIonicの豊富なUIコンポーネントライブラリを探索します。
Learn how to customize the look and feel of your app with Ionic's powerful theming system.
+Ionicの強力なテーマ設定システムを使用してアプリの外観と操作性をカスタマイズする方法を学びます。
Explore how to access native device features and deploy your app to iOS, Android, and the web with Capacitor.
++ Capacitorを使用してネイティブデバイス機能にアクセスし、アプリをiOS、Android、Webにデプロイする方法を探索します。 +
Accordions provide collapsible sections in your content to reduce vertical space while providing a way of organizing and grouping information.
+アコーディオンは、情報を整理・グループ化する方法を提供しながら、垂直方向のスペースを減らすために、コンテンツに折りたたみ可能なセクションを提供します。
Action Sheets display a set of options with the ability to confirm or cancel an action.
+アクションシートは、アクションを確認またはキャンセルする機能とともに、一連のオプションを表示します。
Breadcrumbs are navigation items that are used to indicate where a user is on an app.
+Breadcrumbsは、ユーザーがアプリ内のどこにいるかを示すために使用されるナビゲーションアイテムです。
- Cards are a great way to display an important piece of content, and can contain images, buttons, text, and more. -
+カードは重要なコンテンツを表示する優れた方法であり、画像、ボタン、テキストなどを含めることができます。
チップはデータやアクションを表示するためのコンパクトな方法です。
+Chipはデータやアクションを表示するためのコンパクトな方法です。
コンテンツは、アプリと対話してアプリをナビゲートするための典型的な方法です。
+Contentは、アプリと対話してアプリをナビゲートするための典型的な方法です。
Date & time pickers are used to present an interface that makes it easy for users to select dates and times.
+Date & Timeピッカーは、ユーザーが日付と時刻を簡単に選択できるインターフェースを提供するために使用されます。
Beautifully designed icons for use in web, iOS, and Android apps.
+Web、iOS、Androidアプリで使用するために美しくデザインされたアイコン。
Inputs provides a way for users to enter data in your app.
+Inputは、ユーザーがアプリにデータを入力する方法を提供します。
- Items are elements that can contain text, icons, avatars, images, inputs, and any other native or custom elements. - Items can be swiped, deleted, reordered, edited, and more. + Itemは、テキスト、アイコン、アバター、画像、入力、およびその他のネイティブまたはカスタム要素を含むことができる要素です。 + Itemは、スワイプ、削除、並び替え、編集などが可能です。
- A collection of media components, including avatars, icons, images, and thumbnails, designed to enhance visual - content. + アバター、アイコン、画像、サムネイルを含むメディアコンポーネントのコレクションで、視覚的なコンテンツを強化するように設計されています。
Navigation is how users move between different pages in your app.
+Navigationは、ユーザーがアプリ内の異なるページ間を移動する方法です。
Range sliders let users select a value by dragging a knob along a track.
+Rangeスライダーは、ユーザーがトラックに沿ってノブをドラッグして値を選択できるようにします。
Refresher provides pull-to-refresh functionality on a content component.
+Refresherは、コンテンツコンポーネントにプルツーリフレッシュ機能を提供します。
Searchbar is used to search or filter items, usually from a toolbar.
+検索バーは、通常ツールバーから、アイテムを検索またはフィルタリングするために使用されます。
Toasts are subtle notifications that appear over your app's content without interrupting user interaction.
+Toastは、ユーザーの操作を中断することなく、アプリのコンテンツの上に表示される控えめな通知です。
Toolbars are used to house information and actions relating to your app.
+Toolbarは、アプリに関連する情報とアクションを配置するために使用されます。
Text is used to style or change the color of text within an application.
+Typographyは、アプリケーション内のテキストのスタイルを設定したり、色を変更したりするために使用されます。
-To improve this experience, we can wrap the items in a [Grid](../api/grid.md) component. The view can be easily rewritten into something more usable on larger screens:
+このエクスペリエンスを改善するために、アイテムを[Grid](../api/grid.md)コンポーネントで囲むことができます。ビューは、大きな画面でより使いやすくなるように簡単に書き直すことができます:
```html
Learn the fundamentals you need to know to start building Android apps with Ionic Framework and Capacitor.
+Ionic FrameworkとCapacitorを使用してAndroidアプリの構築を開始するために知っておく必要がある基本を学びます。
Learn the fundamentals you need to know to start building Android apps with Ionic Framework and Cordova.
+Ionic FrameworkとCordovaを使用してAndroidアプリの構築を開始するために知っておく必要がある基本を学びます。
Learn the fundamentals you need to know to start building iOS apps with Ionic Framework and Capacitor.
+Ionic FrameworkとCapacitorを使用してiOSアプリの構築を開始するために知っておく必要がある基本を学びます。
Learn the fundamentals you need to know to start building iOS apps with Ionic Framework and Cordova.
+Ionic FrameworkとCordovaを使用してiOSアプリの構築を開始するために知っておく必要がある基本を学びます。
あなたのシステムの設定方法とフレームワークのインストールガイド。
Ionic CLIを使用して新しいIonic Angularアプリを作成します。
+既存のAngularプロジェクトにIonic Angularを追加します。
+Ionic CLIを使用して新しいIonic Reactアプリを作成します。
+既存のReactプロジェクトにIonic Reactを追加します。
+Ionic CLIを使用して新しいIonic Vueアプリを作成します。
+既存のVueプロジェクトにIonic Vueを追加します。
+Viteを使用して新しいIonic JavaScriptアプリを作成します。
+Quickly set up your first Ionic JavaScript app and learn the basics of the framework and CLI.
++ Learn more about JavaScript's core concepts, tools, and best practices from the official JavaScript documentation. +
+Discover how to handle routing and navigation in Ionic JavaScript apps using the Ionic Router.
+Explore Ionic's rich library of UI components for building beautiful apps.
+Learn how to customize the look and feel of your app with Ionic's powerful theming system.
+Explore how to access native device features and deploy your app to iOS, Android, and the web with Capacitor.
++ Start with Ionic + UI Components +
++ Start with Ionic + UI Components +
+Learn advanced Vite configuration and optimization techniques for Ionic JavaScript apps.
+Learn more about JavaScript's core concepts, tools, and best practices from MDN Web Docs.
+Discover how to handle routing and navigation in Ionic JavaScript apps using the Ionic Router.
+Explore Ionic's rich library of UI components for building beautiful apps.
+Learn how to customize the look and feel of your app with Ionic's powerful theming system.
+Explore how to access native device features and deploy your app to iOS, Android, and the web with Capacitor.
+| ` element. | -| `.ion-display-table-row` | `display: table-row` | The element behaves like an HTML ` |
| `要素のように動作します。 | +| `.ion-display-table-row` | `display: table-row` | 要素は HTML の` |