mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): fix conflicts
# Conflicts: # src/config/bootstrap.ts
This commit is contained in:
@@ -34,6 +34,7 @@ import {Label} from '../components/label/label';
|
||||
import {Segment, SegmentButton} from '../components/segment/segment';
|
||||
import {RadioButton} from '../components/radio/radio-button';
|
||||
import {RadioGroup} from '../components/radio/radio-group';
|
||||
import {Range} from '../components/range/range';
|
||||
import {Searchbar, SearchbarInput} from '../components/searchbar/searchbar';
|
||||
import {Nav} from '../components/nav/nav';
|
||||
import {NavPush, NavPop} from '../components/nav/nav-push';
|
||||
@@ -165,6 +166,7 @@ export const IONIC_DIRECTIVES: any[] = [
|
||||
Checkbox,
|
||||
RadioGroup,
|
||||
RadioButton,
|
||||
Range,
|
||||
Select,
|
||||
Option,
|
||||
DateTime,
|
||||
|
||||
Reference in New Issue
Block a user