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
<!-- A clear and concise description of what the feature request is. Please include if your feature request is related to a problem. -->
13
+
14
+
**Describe Preferred Solution**
15
+
<!-- A clear and concise description of what you want to happen. -->
16
+
17
+
**Describe Alternatives**
18
+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
19
+
20
+
**Related Code**
21
+
<!-- If you are able to illustrate the feature request with an example, please provide a sample application via an online code collaborator such as [StackBlitz](https://stackblitz.com), or [GitHub](https://github.com). -->
22
+
23
+
**Additional Context**
24
+
<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to add, use case, Stack Overflow links, forum links, screenshots, OS if applicable, etc. -->
***bottom-sheet:** fix border-radius not visible because of missing padding ([7353d20](https://github.com/fivethree-team/component-library/commit/7353d20))
8
+
***overlay:** fix missing context when creating embeddedView ([e5ecc62](https://github.com/fivethree-team/component-library/commit/e5ecc62))
***FAB:** Fix center leave and enter animations ([63594da](https://github.com/fivethree-team/component-library/commit/63594da))
70
+
***gallery:** replace anuglar morph animations with own implementation to make everything work on ios ([95a6887](https://github.com/fivethree-team/component-library/commit/95a6887))
71
+
***spinner:** fix spin color ([1f57b56](https://github.com/fivethree-team/component-library/commit/1f57b56))
Once the packages are installed, import `BrowserAnimationsModule` in `app.module.ts`:
41
42
@@ -53,7 +54,7 @@ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
53
54
exportclassAppModule {}
54
55
```
55
56
56
-
## Step 3. Usage Instructions
57
+
## Usage Instructions
57
58
58
59
To use the **UI Library** import it into a Page or Component Module. You can either import the full FivethreeCoreModule or one of the feature modules (e.g. FivGalleryModule).
59
60
@@ -85,12 +86,11 @@ import { HomePage } from './home.page';
85
86
declarations: [HomePage]
86
87
})
87
88
exportclassHomePageModule {}
88
-
89
89
```
90
90
91
-
92
91
## 🔨 Development
92
+
93
93
This package is under active construction.
94
94
95
-
* Run `ng build core` to rebuild the component library.
96
-
* Run `ionic s` to serve the project site.
95
+
- Run `ng build core` to rebuild the component library.
0 commit comments