-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(build): code updated to correspond latest codelyzer rules
- Loading branch information
Showing
96 changed files
with
337 additions
and
322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import {Accordion} from './accordion/accordion.component'; | ||
import {AccordionPanel} from './accordion/accordion-group.component'; | ||
import {AccordionComponent} from './accordion/accordion.component'; | ||
import {AccordionPanelComponent} from './accordion/accordion-group.component'; | ||
|
||
export {Accordion} from './accordion/accordion.component'; | ||
export {AccordionPanel} from './accordion/accordion-group.component'; | ||
export const ACCORDION_DIRECTIVES:Array<any> = [Accordion, AccordionPanel]; | ||
export {AccordionComponent} from './accordion/accordion.component'; | ||
export {AccordionPanelComponent} from './accordion/accordion-group.component'; | ||
export const ACCORDION_DIRECTIVES:Array<any> = [AccordionComponent, AccordionPanelComponent]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export {Alert} from './alert/alert.component'; | ||
export {AlertComponent} from './alert/alert.component'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import {ButtonCheckbox} from './buttons/button-checkbox.component'; | ||
import {ButtonRadio} from './buttons/button-radio.component'; | ||
import {ButtonCheckboxDirective} from './buttons/button-checkbox.directive.ts'; | ||
import {ButtonRadioDirective} from './buttons/button-radio.directive.ts'; | ||
|
||
export {ButtonCheckbox} from './buttons/button-checkbox.component'; | ||
export {ButtonRadio} from './buttons/button-radio.component'; | ||
export const BUTTON_DIRECTIVES:Array<any> = [ButtonCheckbox, ButtonRadio]; | ||
export {ButtonCheckboxDirective} from './buttons/button-checkbox.directive.ts'; | ||
export {ButtonRadioDirective} from './buttons/button-radio.directive.ts'; | ||
export const BUTTON_DIRECTIVES:Array<any> = [ButtonCheckboxDirective, ButtonRadioDirective]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import {Slide} from './carousel/slide.component'; | ||
import {Carousel} from './carousel/carousel.component'; | ||
import {SlideComponent} from './carousel/slide.component'; | ||
import {CarouselComponent} from './carousel/carousel.component'; | ||
|
||
export {Slide} from './carousel/slide.component'; | ||
export {Carousel} from './carousel/carousel.component'; | ||
export const CAROUSEL_DIRECTIVES:Array<any> = [Carousel, Slide]; | ||
export {SlideComponent} from './carousel/slide.component'; | ||
export {CarouselComponent} from './carousel/carousel.component'; | ||
export const CAROUSEL_DIRECTIVES:Array<any> = [CarouselComponent, SlideComponent]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export {Collapse} from './collapse/collapse.component'; | ||
export {CollapseDirective} from './collapse/collapse.directive'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.