Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit ad62a97

Browse files
CaerusKaruThomasBurleson
authored andcommitted
chore: add descriptive comment for FlexLayoutModule
1 parent 3c14b92 commit ad62a97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/module.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ import {GridModule} from '@angular/flex-layout/grid';
3434
*/
3535

3636
/**
37-
*
37+
* FlexLayoutModule -- the main import for all utilities in the Angular Layout library
38+
* * Will automatically provide Flex, Grid, and Extended modules for use in the application
39+
* * Can be configured using the static withConfig method, options viewable on the Uncyclo's
40+
* Configuration page
3841
*/
3942
@NgModule({
4043
imports: [FlexModule, ExtendedModule, GridModule],

0 commit comments

Comments
 (0)