Skip to content

Instantly share code, notes, and snippets.

@jtheoof
Last active June 14, 2016 23:45
Show Gist options
  • Save jtheoof/4305043016d0827d69d60dc45d1edcf1 to your computer and use it in GitHub Desktop.
Save jtheoof/4305043016d0827d69d60dc45d1edcf1 to your computer and use it in GitHub Desktop.

Google Fonts Angular Architecture

After a quick investigation, it looks that is no component use, only directives with mixes of two way bindings (=) and one way bindings (<).

module: googleFonts

Services

  • appService
  • collectionService
  • directoryGridListModel
  • featureDetectionService
  • feedbackService
  • fillerTextService
  • fontCssService
  • fontDetectionService
  • fontFamilyNameService
  • fontLoaderService
  • fontMetadataService
  • gen204Service
  • googleAnalyticsService
  • imageUrlService
  • locationStateService
  • localStorageService
  • promotedScriptService
  • routerService
  • searchService

Controllers

  • AppController
  • GridColumnController

Directives

  • gfAbbreviatedNumber
  • gfClipboard
  • gfCollectionDrawer
  • gfCollectionImage
  • gfContentEditable
  • gfDesigner
  • gfDrawer
  • gfError
  • gfExternalFontPreview
  • gfFontPreview
  • gfFontRender
  • gfGridList
  • gfHeader
  • gfLoadTimeGauge
  • gfNavPanel
  • gfPairings
  • gfPieChart
  • gfScrollTrap
  • gfSearchPanel
  • gfSelectionEmbedCode
  • gfSelectionSampleCss
  • gfSelectionToggle
  • gfThemeChooser
  • gfVariantSelector
  • gfVariantsPreview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment