angularjs-styleguide icon indicating copy to clipboard operation
angularjs-styleguide copied to clipboard

AngularJS styleguide for teams

Results 24 angularjs-styleguide issues
Sort by recently updated
recently updated
newest added

I have a camera-component inside a parent-component. I want a make to snapshop from parent, but I can not find a way to do it.

Hello, I've found spanish translation is old and don't match with current code. https://github.com/toddmotto/angularjs-styleguide/blob/master/i18n/es.md PD: Maybe someone can help me to update code and translations.

By defining a `service` recipe in the "module" file, the result can be a circular dependency: (A.module.js) ```js import AService from './A.service'; import BModule from 'app/B/B.module'; export default angular .module('A',...

I have a form like: ```html ... ``` And the controller like: ```javascript import template from './myTemplate.html'; export const MyForm = { template, controller: class MyForm { ... } }...

When i read the article, i find some description different with the code. Following personal understand, i change the `*.module.ts` to `index.ts`. Please check is right or not ? Thank...

For example I have two components which use same filter. It is not clear from the styleguide should I duplicate filter code in each module, or move filter to parent/root...

I can't seem to find any documentation on which typings file was used when writing this guide if there was one. My current project is using @types/[email protected].

Hi there! We are starting a big app (+400screens) and we are thinking to follow your style guide. We have a main doubt; can’t figure out how to implement Lazy...

I think that is a good idea to create a yeoman generator for base structure of this style guide and some snippets for atom/vscode editors.