Skip to content

Commit

Permalink
Merge branch 'main' into select-no-value-change-on-focusout
Browse files Browse the repository at this point in the history
  • Loading branch information
atmgrifter00 authored May 7, 2024
2 parents a9d50b3 + 1d77049 commit 968ee06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import { NimbleTableColumnDurationTextModule } from '@ni/nimble-angular/table-co
import { NimbleRichTextViewerModule } from '@ni/nimble-angular/rich-text/viewer';
import { NimbleRichTextEditorModule } from '@ni/nimble-angular/rich-text/editor';
import { NimbleRichTextMentionUsersModule } from '@ni/nimble-angular/rich-text-mention/users';
import { SprightRectangleModule } from '@ni/spright-angular/rectangle';
import { AppComponent } from './app.component';
import { CustomAppComponent } from './customapp/customapp.component';
import { HeaderComponent } from './header/header.component';
Expand Down Expand Up @@ -100,6 +101,7 @@ import { HeaderComponent } from './header/header.component';
NimbleMappingUserModule,
NimbleRichTextMentionUsersModule,
NimbleMappingSpinnerModule,
SprightRectangleModule,
RouterModule.forRoot(
[
{ path: '', redirectTo: '/customapp', pathMatch: 'full' },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,5 +412,9 @@
</nimble-tree-item>
</nimble-tree-view>
</div>
<div class="sub-container">
<div class="container-label">Rectangle (Spright)</div>
<spright-rectangle>Spright!</spright-rectangle>
</div>
</div>
</div>

0 comments on commit 968ee06

Please sign in to comment.