My Blog

Menu

Structure of Angular 2 project

Posted:November 24, 2021.

The root folder

The src/ folder is just one of the items inside the project's root folder. Other files help you build, test, maintain, document, and deploy the app. These files go in the root folder next to src/.

my-app(root folder)

Angular 2 Naming Convention

Posted:November 24, 2021.

Naming Convention of Files:

FolderName:

  hero-detailes

Component :

    hero-detail.component.ts

Html

[Read More]

array of objects from json encode

Posted:November 24, 2021.

If want json data as array of objects use 

json_encode(array_values($faqqstns['aaData']));

Naming Convention for classes/ Method / variables

Posted:November 24, 2021.

 

Naming Convention For Variables : variable first word first letter should be small and next words first letter should be capital.

    arrayList :<type-of-variables> ;

 

[Read More]

REST API Calls

Posted:November 24, 2021.

1)Install plugin WordPress REST API (Version 2) and activate
    API Calls

    Posts
        1)Get site posts
            http://localhost/websiteName/wp-json/wp/v2/posts
        2)Get all posts with the search term “xxxx”?
            http://localhost/websiteName/wp

[Read More]

Adding circles on google map using javascript

Posted:November 24, 2021.

Add circles on map    
    1)Add script like:  
    2)Above url calls initMap function.
        a)in initMap function we create google map and create predefined circles.
        b)we can add map click event to draw circle when we click on map.
    3)Based on address field chnage we create a new circle on map (*without intersect previous cir

[Read More]

Too much recursion

Posted:November 24, 2021.

Formvalidations too much recursion error 

solution : all form fields must be inside of class form-group

Installation of swagger

Posted:November 24, 2021.

What is swagger api?
    Swagger is a specification for documenting REST API. It specifies the format (URL, method, and representation) to describe REST web services. It provides also tools to generate/compute the documentation from application code.
    The goal of Swagger is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access t

[Read More]

ionic 2 and Angular 2 Detect Browser Back Button Functionality

Posted:November 24, 2021.

Add Below Code at  app.component.ts 
===================================
import { IonicApp, App, MenuController } from 'ionic-angu

[Read More]

Codeigniter pagination with query string

Posted:November 24, 2021.

example:
    url:localhost/search?searchTerm=test+testing
    expected url:localhost/search/2?searchTerm=test+testing
                :localhost/search/3?searchTerm=test+testing
                :localhost/search/4?searchTerm=test+testing

$config['base_url'] = base_url().'search';
$config['suffix'] = '?' . ht

[Read More]

About

Aapthi Technologies,Hyderabad offers a complete range of web solutions including web designing, developing, web hosting, Internet marketing and many more. With our electrifying presence, we have swirled the scenario of web solutions. We consistently invigorate our skill-set and tech-expertise and work with a high-level of integrity. Our keen-eye on emerging trends of online business as well as technical spheres has empowered us to render the most innovative solutions. Persistent development is the key drive of Aapthi Technologies, be it in terms of infrastructure, skill-set or technology. Team Aapthi Technologies, is fully committed to render back hundred percent value for the money paid by client.

Social Links

Our Bunker

Plot No -596, Near Reliance Fresh,
Vivekananda nagar colony, Kukatpally,
Hyderabad - 500072, India.