Skip to content
#

ionic-framework

Here are 1,234 public repositories matching this topic...

shizhidi
shizhidi commented Aug 2, 2015

bower extract ionic#v1.0.0-beta.14 archive.tar.gz
bower invalid-meta ionic is missing "main" entry in bower.json
bower invalid-meta ionic is missing "ignore" entry in bower.json
bower EPERM EPERM, unlink 'C:\Users\ADMINI~1\AppData\Local\Temp\W61-2013
0902QAR-Administrator\bower\ionic-1940-N9zPzr\archive.tar.gz'

Stack trace:
Error: EPERM, unlink 'C:\Users\ADMINI~1\AppData\Local\Tem

sbatezat
sbatezat commented May 16, 2018

I'm submitting a ...
[ ] bug report
[ X] feature request
[ ] support request

Current behavior:
Splash screen not showing on iOS

Expected behavior:
Splash screen is showing on iOS, and can be generated through ionic resources

Steps to reproduce:
Launch the application on an iPhone and expect to see a splash screen

Related code:

According to [this article]

revalenza
revalenza commented May 31, 2019

there is no example in how or where to put the enviroment variable irself, i must put inside the env object or outside? it must have export const if is outside? and then how i used in the code, it just say how to import it. maybe this is too obvios to most people or i don't read someting in the documentation to understand it but i think it must be self explanatory.

tja4472
tja4472 commented Sep 6, 2017

database.spec.ts

describe('unwrap & stringify', () => {
  it('primitive', () => {
    const key = '-KtMoWAYsEtB4qIcroCw';
    const value = 'some value';
    const expectedResult = '{"$value":"some value","$key":"-KtMoWAYsEtB4qIcroCw"}';

    const unwrappedValue = unwrap(key, value, () => true);
    const result = stringify(unwrappedValue);
    expect(result).toBe(expe

Improve this page

Add a description, image, and links to the ionic-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ionic-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.