Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions apps/docs/docs/getting-started/versioning/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
keyword: VersioningPage
---

> **Note** Any minor fixes of flowbite-angular will be on the same angular version as its major
> version.

| Flowbite-angular version | Angular version | Typescript version |
| ------------------------ | --------------- | ------------------ |
| 1.1.1 | 18.0.0 | 5.4.5 |
| 1.0.0 | 18.0.0 | 5.4.5 |
18 changes: 18 additions & 0 deletions apps/docs/docs/getting-started/versioning/ng-doc.page.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
import GettingStartedCategory from '../ng-doc.category';

import type { NgDocPage } from '@ng-doc/core';

/**
* Here is a reference table that matches versions of flowbite-angular with its Angular version. It
* also shows the Typescript version used.
*
* @status:alert NEW
*/
const Versioning: NgDocPage = {
title: 'Versioning',
mdFile: 'index.md',
category: GettingStartedCategory,
order: 4,
};

export default Versioning;
Loading