diff --git a/aio/content/guide/ajs-quick-reference.md b/aio/content/guide/ajs-quick-reference.md
index 6625e0083d..fd88a29ae9 100644
--- a/aio/content/guide/ajs-quick-reference.md
+++ b/aio/content/guide/ajs-quick-reference.md
@@ -1148,9 +1148,7 @@ The Angular code is shown using TypeScript.
- In Angular, you create a component class.
-
- NOTE: If you are using TypeScript with AngularJS, you must use the `export` keyword to export the component class.
+ In Angular, you create a component class to contain the data model and control methods. Use the TypeScript export
keyword to export the class so that the functionality can be imported into NgModules.
For more information, see the [Components](guide/architecture#components)
section of the [Architecture Overview](guide/architecture) page.