Educational topics and patterns with Nebular UI
+ +Maintain SCSS variables in version-controlled JSON files
+Storybook integration for 100% component coverage
+Enforce 150KB CSS/JS limits per route
+Monthly WCAG 2.1 AA compliance checks
+Your Nx Cloud remote cache setup is almost complete.
- - - Click here to finish - -Here are some things you can do with Nx:
-# Build -nx build -# Test -nx test -# Lint -nx lint -# Run them together! -nx run-many -t build test lint-
nx show project showcase-
nx graph-
# Generate UI lib -nx g @nx/angular:lib ui -# Add a component -nx g @nx/angular:component ui/src/lib/button-
- Carefully crafted with - -
-Compatibility works!
diff --git a/libs/shared/compatibility/src/lib/compatibility/compatibility.component.scss b/libs/shared/compatibility/src/lib/compatibility/compatibility.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/libs/shared/compatibility/src/lib/compatibility/compatibility.component.spec.ts b/libs/shared/compatibility/src/lib/compatibility/compatibility.component.spec.ts new file mode 100644 index 0000000..4406f52 --- /dev/null +++ b/libs/shared/compatibility/src/lib/compatibility/compatibility.component.spec.ts @@ -0,0 +1,21 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; +import { CompatibilityComponent } from './compatibility.component'; + +describe('CompatibilityComponent', () => { + let component: CompatibilityComponent; + let fixture: ComponentFixtureThis is the card body content.
+You can add any content here.
+This is a card without a footer.
+The footer section is optional.
+This is a card with only body content.
+Both header and footer are optional.
+This is a card with complex content including an image and formatted text.
+Task description goes here
+With a different description
+Content of the first tab
+Content of the second tab
+Content of the third tab
+Profile content goes here
+Settings content goes here
+Notifications content goes here
+Topics works!
diff --git a/libs/topics/src/lib/topics/topics.component.scss b/libs/topics/src/lib/topics/topics.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/libs/topics/src/lib/topics/topics.component.spec.ts b/libs/topics/src/lib/topics/topics.component.spec.ts new file mode 100644 index 0000000..c40f7ac --- /dev/null +++ b/libs/topics/src/lib/topics/topics.component.spec.ts @@ -0,0 +1,21 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; +import { TopicsComponent } from './topics.component'; + +describe('TopicsComponent', () => { + let component: TopicsComponent; + let fixture: ComponentFixture