You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs-app/docs/experimental/sfc/index.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ sidebar_position: 1
4
4
5
5
# Analog SFCs
6
6
7
+
Analog SFCs are a new file format for Single File Components (SFCs) that aims to simplify the authoring experience and provide Angular-compatible components and directives.
8
+
7
9
> **Note:**
8
10
>
9
11
> This file format and API is experimental, is a community-driven initiative, and is not an officially proposed change to Angular. Use it at your own risk.
Copy file name to clipboardExpand all lines: apps/docs-app/docs/integrations/nx/index.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@ import TabItem from '@theme/TabItem';
7
7
8
8
# Nx
9
9
10
+
Analog provides integration with Nx monorepos and workspaces through a workspace preset and an application generator. An Analog application can be created as a standalone project or added to an existing Nx workspace.
11
+
10
12
## Overview
11
13
12
14
[Nx](https://nx.dev) is a smart, fast, extensible build system with first class monorepo support and powerful integrations.
13
15
14
-
Analog provides integration with Nx monorepos and workspaces through a workspace preset and an application generator. An Analog application can be created as a standalone project or added to an existing Nx workspace.
15
-
16
16
## Creating a Standalone Nx project
17
17
18
18
To scaffold a standalone Nx project, use the `create-nx-workspace` command with the `@analogjs/platform` preset.
0 commit comments