Skip to content

Commit 9a12209

Browse files
committed
Small changes
1 parent 8956b72 commit 9a12209

19 files changed

Lines changed: 53 additions & 55 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
= Using {productname} from Tiny Cloud in Angular
22
:navtitle: Angular
3-
:description: A guide on using TinyMCE from the Tiny Cloud in a Angular project.
3+
:description: A guide on using TinyMCE from the Tiny Cloud in an Angular project.
44
:keywords: integration, integrate, angular
55
:productSource: cloud
66

7-
This guide shows how to integrate {productname} from Tiny Cloud into an Angular application using https://github.com/tinymce/tinymce-angular[{productname} Angular component].
7+
This guide shows how to integrate {productname} from Tiny Cloud into an Angular application using the link:https://github.com/tinymce/tinymce-angular[{productname} Angular component].
88

99

1010
include::partial$integrations/angular-quick-start.adoc[]

modules/ROOT/pages/angular-pm-bundle.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
= Bundling TinyMCE from NPM in an Angular application
1+
= Bundling TinyMCE in Angular
22
:navtitle: Using a package manager with bundling
33
:description: A guide on bundling TinyMCE in an Angular application using Vite.
44
:keywords: integration, integrate, angular, bundle, vite, npm, tinymce
55
:productSource: package-manager
66
:packageName: @tinymce/tinymce-angular
77

8-
This guide shows how to integrate the NPM version of {productname} in an Angular application.
8+
This guide shows how to integrate {productname} in an Angular application using the link:https://github.com/tinymce/tinymce-angular[{productname} Angular component].
99

1010
== Prerequisites
1111

@@ -91,7 +91,7 @@ export class MyEditorComponent {
9191
----
9292
+
9393

94-
. Open `+src/app/app.component.ts+` and update it to use `MyEditorComponent`:
94+
. Open `+app.component.ts+` and import `+MyEditorComponent+`.
9595
+
9696
[source,ts]
9797
----

modules/ROOT/pages/angular-pm.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
= Using {productname} from NPM in Angular
1+
= Lazy-loading {productname} in Angular
22
:navtitle: Using a package manager
33
:description: A guide on integrating the TinyMCE package into an Angular application.
44
:keywords: integration, integrate, angular
55
:productSource: package-manager
66

7-
This guide shows how to integrate the NPM version of {productname} in an Angular application.
7+
This guide shows how to integrate {productname} in an Angular application using the link:https://github.com/tinymce/tinymce-angular[{productname} Angular component].
88

99
include::partial$integrations/angular-quick-start.adoc[]

modules/ROOT/pages/angular-zip-bundle.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
= Bundling TinyMCE from .zip package in Angular
1+
= Bundling TinyMCE from a .zip package in Angular
22
:navtitle: Using a package manager with bundling
33
:description: A guide on bundling TinyMCE from a .zip package in an Angular application.
44
:keywords: integration, integrate, angular, bundle, vite, npm, tinymce
55
:productSource: package-manager
66
:packageName: @tinymce/tinymce-angular
77

8-
This guide shows how to integrate {productname} from a `.zip` package in an Angular application.
8+
This guide shows how to integrate {productname} from a `.zip` package in an Angular application using the link:https://github.com/tinymce/tinymce-angular[{productname} Angular component].
99

1010
== Prerequisites
1111

@@ -90,7 +90,7 @@ export class MyEditorComponent {
9090
}
9191
----
9292

93-
. Update `+src/app/app.component.ts+` to use `MyEditorComponent`.
93+
. Update `+app.component.ts+` to import `MyEditorComponent`.
9494
+
9595
[source,ts]
9696
----
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
= Lazy-load {productname} from .zip package in Angular
1+
= Lazy-loading {productname} from a .zip package in Angular
22
:navtitle: Using a .zip package
33
:description: A guide on integrating a .zip version of TinyMCE into an Angular application.
44
:keywords: integration, integrate, angular
55
:productSource: zip
66

7-
This guide shows how to self-host and lazy-load {productname} from a `.zip` package into an Angular application.
7+
This guide shows how to self-host and lazy-load {productname} from a `.zip` package into an Angular application using the link:https://github.com/tinymce/tinymce-angular[{productname} Angular component].
88

99
include::partial$integrations/angular-quick-start.adoc[]

modules/ROOT/pages/react-cloud.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
:productSource: cloud
66

77

8-
This guide shows how to integrate TinyMCE from Tiny Cloud into a React application using link:https://github.com/tinymce/tinymce-react[{productname} React component].
8+
This guide shows how to integrate TinyMCE from Tiny Cloud into a React application using the link:https://github.com/tinymce/tinymce-react[{productname} React component].
99

1010
include::partial$integrations/react-quick-start.adoc[]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
= Bundle TinyMCE in React
2-
:navtitle: Bundle TinyMCE in a React project using a module bundler
1+
= Bundling TinyMCE in React
2+
:navtitle: Bundle TinyMCE in a React application
33
:description: A guide on integrating the TinyMCE package into React by bundling it.
44
:keywords: integration, integrate, react, reactjs, vite, tinymce-react, bundle
55
:productSource: package-manager
66
:productUse: bundle
77

8-
This guide shows how to integrate TinyMCE in a React application with link:https://github.com/tinymce/tinymce-react[{productname} React component].
8+
This guide shows how to bundle TinyMCE in a React application with the link:https://github.com/tinymce/tinymce-react[{productname} React component].
99

1010
include::partial$integrations/react-quick-start.adoc[]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
= Self-host TinyMCE in React
1+
= Self-hosting TinyMCE in React
22
:page-aliases: react-pm.adoc
33
:navtitle: Self-host TinyMCE in React
44
:description: A guide on integrating TinyMCE into React by self-hosting it.
55
:keywords: integration, integrate, react, reactjs, vite, tinymce-react, host
66
:productSource: package-manager
77
:productUse: host
88

9-
This guide shows how to self-host TinyMCE in a React application using link:https://github.com/tinymce/tinymce-react[{productname} React component].
9+
This guide shows how to self-host TinyMCE in a React application using the link:https://github.com/tinymce/tinymce-react[{productname} React component].
1010

1111
include::partial$integrations/react-quick-start.adoc[]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
= Bundling TinyMCE from .zip package in React
1+
= Bundling TinyMCE from a .zip package in React
22
:navtitle: Using a .zip package with a module bundler
33
:description: A guide on bundling a .zip version of TinyMCE in a React project.
44
:keywords: integration, integrate, react, reactjs, vite, tinymce-react, bundle
55
:productSource: zip
66
:productUse: bundle
77

8-
This shows how to self-host and bundle {productname} from a `.zip` package into a React application.
8+
This shows how to self-host and bundle {productname} from a `.zip` package into a React application using the link:https://github.com/tinymce/tinymce-react[{productname} React component].
99

1010
include::partial$integrations/react-quick-start.adoc[]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
= Lazy-loading TinyMCE from .zip package in React
1+
= Lazy-loading TinyMCE from a .zip package in React
22
:page-aliases: react-zip.adoc
33
:navtitle: Using a TinyMCE .zip package in React
44
:description: A guide on lazy-loading a .zip version of TinyMCE in a React application.
55
:keywords: integration, integrate, react, reactjs, vite, tinymce-react, host
66
:productSource: zip
77
:productUse: host
88

9-
This guide shows how to self-host and lazy-load {productname} from a `.zip` package into a React application.
9+
This guide shows how to self-host and lazy-load {productname} from a `.zip` package into a React application using the link:https://github.com/tinymce/tinymce-react[{productname} React component].
1010

1111
include::partial$integrations/react-quick-start.adoc[]

0 commit comments

Comments
 (0)